User Management > Accounts > Invitations
Get users invitations
Show list of all invitations of a user into an account
get/1/accounts/{account}/invitations/users/{user}
Path parameters
accountinteger required
userinteger required
Query parameters
type'admin' | 'normal' | 'owner'
Response
OK
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.