Factset · JSON Structure

Factset Vermilion Scim User Structure

Type: object Properties: 15
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

schemas id userName name userType active authenticatedUserName tenant phoneNumbers emails photos tenancies groups domainCode isAdministrator

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ScimUser",
  "type": "object",
  "properties": {
    "schemas": {
      "type": "array"
    },
    "id": {
      "type": "integer"
    },
    "userName": {
      "type": "string"
    },
    "name": {
      "type": "object"
    },
    "userType": {
      "type": "string"
    },
    "active": {
      "type": "boolean"
    },
    "authenticatedUserName": {
      "type": "string"
    },
    "tenant": {
      "type": "string"
    },
    "phoneNumbers": {
      "type": "array"
    },
    "emails": {
      "type": "array"
    },
    "photos": {
      "type": "array"
    },
    "tenancies": {
      "type": "array"
    },
    "groups": {
      "type": "array"
    },
    "domainCode": {
      "type": "string"
    },
    "isAdministrator": {
      "type": "boolean"
    }
  }
}