User Management
Invite a User
Create and send an invitation for a new or existing User to join an Account using an email address.
post/1/accounts/{account}/invitations
Path parameters
accountinteger required
Unique identifier of the Account
Query parameters
withstring
Optional : Allows loading additional data about a resource, which may include related resources.
Request body
Response
Created
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.