The following attributes are defined for a SCIM error response:
| Attribute | Type | Description |
|---|---|---|
| schemas | string | Indicates the namespaces of the SCIM error schema. |
| detail | string | Description of the error. |
| status | integer | Error code within the range of 4xx. |
| scimType | string | The type of the error. |
{
"schemas": "urn:ietf:params:scim:api:messages:2.0:Error",
"detail": "SCIM data 'id' cannot be updated",
"status": 400,
"scimType": "invalidValue"
}For more information on specific Perk SCIM API error codes, see Troubleshooting Perk SCIM error codes.

