Get a SCIM resource type.
GET
/scim/v2/ResourceTypes/{name}
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” name
required
string
Responses
Section titled “ Responses ”Successful SCIM JSON response.
object
schemas
Array<string>
key
additional properties
Example generated
{ "schemas": [ "example" ]}object
schemas
Array<string>
key
additional properties
Example generated
{ "schemas": [ "example" ]}SCIM error response.
Media type application/scim+json
object
schemas
Array<string>
status
string
scimType
string
detail
string
key
additional properties
Example generated
{ "schemas": [ "example" ], "status": "example", "scimType": "example", "detail": "example"}