User Management > Accounts > Invitations > Mailbox

Update a mailbox access

This API endpoint allows you to update an email access, for an invitation of a user in an account.

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

Path parameters

accountinteger required
invitationinteger required
mail_idstring required

Request body

mailbox_namestring required

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.