Invalid Role
Use a roleId returned by GET /v1/roles for your client.
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."
}