Find all the Schemas

get

/iam/directory/oud/scim/v1/Schemas

Returns the details of schemas created and supported

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

200 Response

OK
Body ()
Root Schema : SchemaSuccessResponse
Type: object
Show Source
Nested Schema : Resources
Type: array
Details of the schemas that have been created.
Show Source
Nested Schema : SchemaSearchResultEntry
Type: object
Show Source
Nested Schema : attributes
Type: array
The attributes for the particular schema.
Show Source
Nested Schema : meta
Type: object
The meta values for the particular schema.
Show Source
Nested Schema : schemas
Type: array
The Schemas to be included for the schema type.
Default Value: [ "urn:ietf:params:scim:schemas:core:2.0:Schema" ]
Show Source

406 Response

Not Acceptable
Body ()
Root Schema : ErrorResponse
Type: object
Show Source
Back to Top