User Management > Accounts > Invitations

Patch an invitation

Update roles, teams and permissions of an invitation

patch/1/accounts/{account}/invitations/{invitation}

Path parameters

accountinteger required
invitationinteger required

Request body

has_billingboolean
has_billing_mailingboolean
has_mailingboolean
language_idinteger

Unique identifier of the language that is related to the resource {name}

role_type'admin' | 'normal' | 'owner'
team_idsinteger[]

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success",
  "data": {
    "language_id": 1,
    "locale": "fr_FR",
    "sent_at": 1745062007,
    "url_accept": "https://welcome.infomaniak.com/invitation/account/1234567890987654321?lang=fr"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.