enterprise-api

users_invalid-role-id

Invalid Role

Type
https://problems.atlas.propertyfinder.com/users-invalid-role-id/
HTTP status
422 Unprocessable Entity
Retryable
No
Detail
The roleId does not match any role for this client.

What to do

Use a roleId returned by GET /v1/roles for your client.

Example response

An HTTP 422 application/problem+json response:

{
  "type": "https://problems.atlas.propertyfinder.com/users-invalid-role-id/",
  "title": "Invalid Role",
  "status": 422,
  "code": "users_invalid-role-id",
  "detail": "The roleId does not match any role for this client."
}

Back to error catalog