Factset · Schema
ScimUser
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch
Properties
| Name | Type | Description |
|---|---|---|
| schemas | array | |
| id | integer | |
| userName | string | |
| name | object | |
| userType | string | |
| active | boolean | |
| authenticatedUserName | string | |
| tenant | string | |
| phoneNumbers | array | |
| emails | array | |
| photos | array | |
| tenancies | array | |
| groups | array | |
| domainCode | string | |
| isAdministrator | boolean |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "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"
}
}
}