GET /scim/Schemas
Get SCIM Schema definitions (RFC 7644)
SCIM None application/json
Responses
| Status | Description | Schema |
| 200 | OK | array |
Referenced Schemas
domain.SCIMAttribute
| Field | Type | Required | Example | Constraints | Description |
caseExact |
boolean |
No |
|
|
|
description |
string |
No |
|
|
|
multiValued |
boolean |
No |
|
|
|
mutability |
string |
No |
|
|
|
name |
string |
No |
|
|
|
required |
boolean |
No |
|
|
|
returned |
string |
No |
|
|
|
subAttributes |
array of
See domain.SCIMAttribute |
No |
|
|
|
type |
string |
No |
|
|
|
uniqueness |
string |
No |
|
|
|
domain.SCIMMeta
| Field | Type | Required | Example | Constraints | Description |
created |
string |
No |
|
|
|
lastModified |
string |
No |
|
|
|
location |
string |
No |
|
|
|
resourceType |
string |
No |
|
|
|
domain.SCIMSchemaDefinition
| Field | Type | Required | Example | Constraints | Description |
attributes |
array of
See domain.SCIMAttribute |
No |
|
|
|
description |
string |
No |
|
|
|
id |
string |
No |
|
|
|
meta |
domain.SCIMMeta |
No |
|
|
|
name |
string |
No |
|
|
|
schemas |
array of
string |
No |
|
|
|