Factset · JSON Structure

Factset Procure To Pay Scim User Resource Structure

Type: object Properties: 11
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

UserResource 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

schemas id externalId userName name email phoneNumbers groups urn:scim:schemas:extension:FactSet:Core:1.0:User urn:scim:schemas:extension:FactSet:VRS:1.0:User meta

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "UserResource",
  "type": "object",
  "properties": {
    "schemas": {
      "type": "array"
    },
    "id": {
      "type": "string"
    },
    "externalId": {
      "type": "string"
    },
    "userName": {
      "type": "string"
    },
    "name": {
      "type": "object"
    },
    "email": {
      "type": "string"
    },
    "phoneNumbers": {
      "type": "array"
    },
    "groups": {
      "type": "array"
    },
    "urn:scim:schemas:extension:FactSet:Core:1.0:User": {
      "type": "object"
    },
    "urn:scim:schemas:extension:FactSet:VRS:1.0:User": {
      "type": "object"
    },
    "meta": {
      "type": "object"
    }
  }
}