Find a specific Schema
get
/iam/directory/oud/scim/v1/Schemas/{schemaID}
Returns the details of schema querried
Request
Supported Media Types
- application/scim+json
Path Parameters
-
schemaID(required): string
schema id for the Schema to be fetched.
Response
Supported Media Types
- application/scim+json
200 Response
OK
Root Schema : SchemaSearchResultEntry
Type:
Show Source
object
-
attributes(required):
array attributes
The attributes for the particular schema.
-
description(required):
string
The description of the particular schema.
-
id(required):
string
The id of the particular schema.
-
meta(required):
object meta
The meta values for the particular schema.
-
name(required):
string
The name of the particular schema.
-
schemas(required):
array schemas
The Schemas to be included for the schema type.
Nested Schema : schemas
Type:
array
The Schemas to be included for the schema type.
Default Value:
Show Source
[
"urn:ietf:params:scim:schemas:core:2.0:Schema"
]
406 Response
Not Acceptable
Root Schema : ErrorResponse
Type:
Show Source
object
-
detail(required):
string
Error message returned returned for the operation.
-
schemas(required):
string
Default Value:
urn:ietf:params:scim:api:messages:2.0:Error
The REST message type -
status(required):
integer(int32)
Specifies the HTTP status error code returned for the operation.