Factset · Example Payload

Factset Vermilion Create Scim User Json Request Example

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Top-level fields

userNamepasswordnamepreferredLanguageactiveauthenticatedUserNametenantphoneNumbersemailsphotostenancies

Example Payload

Raw ↑
{
  "userName": "example_value",
  "password": "example_value",
  "name": "Example Title",
  "preferredLanguage": "example_value",
  "active": true,
  "authenticatedUserName": "example_value",
  "tenant": "example_value",
  "phoneNumbers": [],
  "emails": "user@example.com",
  "photos": [],
  "tenancies": []
}