409 Conflict
Already a member
- Code
already_a_member- Status
409Conflict- Type
https://errors.clavian.io/already-a-member
What it means
The person is already a staff member of this organisation.
What to do
Change the member’s role or venues instead of inviting them again.
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/already-a-member",
"title": "Already a member",
"status": 409,
"code": "already_a_member",
"requestId": "req_01k5znw4hmfay8vvr14d2pf2db"
}
Endpoints that return it
From the OpenAPI document, every endpoint that names it among its answers:
POST /v1/hq/organizations/{organizationId}/owner-invitationsInvite an owner to an organisation that has nonePOST /v1/invitations/acceptJoin the staff with an invitation linkPOST /v1/organizations/{organizationId}/invitationsInvite someone to the staff, by phone or by email