409 Conflict
That role name is taken
- Code
role_name_taken- Status
409Conflict- Type
https://errors.clavian.io/role-name-taken
What it means
A built-in role or another custom role of the organisation already has this name.
What to do
Choose another name.
Example
The API answers with status 409 and this body, as application/problem+json. A detail may be added, saying what went wrong this time; it is for people, and changes.
{
"type": "https://errors.clavian.io/role-name-taken",
"title": "That role name is taken",
"status": 409,
"code": "role_name_taken",
"requestId": "req_01k5znw4hmfay8vvr14d2pf2db"
}
Endpoints that return it
From the OpenAPI document, every endpoint that names it among its answers:
POST /v1/organizations/{organizationId}/rolesMake a custom role