Factset · JSON Structure

Factset Vermilion Create Scim User Json Request Structure

Type: object Properties: 11
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

CreateScimUserJSONRequest is a JSON Structure definition published by Factset, describing 11 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

userName password name preferredLanguage active authenticatedUserName tenant phoneNumbers emails photos tenancies

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreateScimUserJSONRequest",
  "type": "object",
  "properties": {
    "userName": {
      "type": "string"
    },
    "password": {
      "type": "string"
    },
    "name": {
      "type": "object"
    },
    "preferredLanguage": {
      "type": "string"
    },
    "active": {
      "type": "boolean"
    },
    "authenticatedUserName": {
      "type": "string"
    },
    "tenant": {
      "type": "string"
    },
    "phoneNumbers": {
      "type": "array"
    },
    "emails": {
      "type": "array"
    },
    "photos": {
      "type": "array"
    },
    "tenancies": {
      "type": "array"
    }
  }
}