User Management > Accounts > Invitations > kSuite

Create a kSuite access

This API endpoint allows you to create access to the kSuite for an invitation of a user in an account.

post/1/accounts/{account}/invitations/{invitation}/ksuite

Path parameters

accountstring required
invitationstring required

Request body

mailbox_namestring
mailbox_signature_model_idstring nullable

Response

Created

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

Changed in 1 of the 15 revisions of this API.7

    • ○

      added the new optional request property /

      new-optional-request-property

    • ○

      added the optional property //// to the response with the status

      response-optional-property-added

    • ○

      added the optional property //// to the response with the status

      response-optional-property-added

    • ○

      added the optional property //// to the response with the status

      response-optional-property-added

    • ○

      added the required property //// to the response with the status

      response-required-property-added

    • ○

      added the required property //// to the response with the status

      response-required-property-added

    • ○

      added the required property //// to the response with the status

      response-required-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog