Factset · Example Payload

Factset Vermilion Created Scim User Json Response Example

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Factset Vermilion Created Scim User Json Response Example is an example object payload from Factset, with 16 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

schemasiduserNamenameuserTypepreferredLanguageactiveauthenticatedUserNametenantphoneNumbersemailstenanciesphotosdomainCodeisAdministratormeta

Example Payload

Raw ↑
{
  "schemas": [],
  "id": "abc123",
  "userName": "example_value",
  "name": "Example Title",
  "userType": "example_value",
  "preferredLanguage": "example_value",
  "active": true,
  "authenticatedUserName": "example_value",
  "tenant": "example_value",
  "phoneNumbers": [],
  "emails": "user@example.com",
  "tenancies": [],
  "photos": [],
  "domainCode": "example_value",
  "isAdministrator": true,
  "meta": "example_value"
}