SCIM error response

The following attributes are defined for a SCIM error response:

AttributeTypeDescription
schemasstringIndicates the namespaces of the SCIM error schema.
detailstringDescription of the error.
statusintegerError code within the range of 4xx.
scimTypestringThe 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.