Share feedback
Answers are generated based on the documentation.

Schema

scim_error

Type: object

detail

Type: string

Details about why the request failed.
All schema constraints and annotations
{
  "description": "Details about why the request failed.",
  "type": "string"
}
schemas

Type: array

Array item

Type: string

All schema constraints and annotations
{
  "default": "urn:ietf:params:scim:api:messages:2.0:Error",
  "type": "string"
}
All schema constraints and annotations
{
  "items": {
    "default": "urn:ietf:params:scim:api:messages:2.0:Error",
    "type": "string"
  },
  "type": "array"
}
status

Type: string

The status code for the response in string format.
All schema constraints and annotations
{
  "description": "The status code for the response in string format.",
  "type": "string"
}
All schema constraints and annotations
{
  "properties": {
    "detail": {
      "description": "Details about why the request failed.",
      "type": "string"
    },
    "schemas": {
      "items": {
        "default": "urn:ietf:params:scim:api:messages:2.0:Error",
        "type": "string"
      },
      "type": "array"
    },
    "status": {
      "description": "The status code for the response in string format.",
      "type": "string"
    }
  },
  "type": "object"
}