Factset · Example Payload

Factset Vermilion Scim User Example

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Top-level fields

schemasiduserNamenameuserTypeactiveauthenticatedUserNametenantphoneNumbersemailsphotostenanciesgroupsdomainCodeisAdministrator

Example Payload

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