Authorizations
Enter your token in the format token TOKEN
Headers
Two-Factor-Authentication token (optional)
Path Parameters
Account ID
Body
The email of the invited user. The email can not be updated once created. Create a new invitation for each unique email.
"example@mail.com"
Invitiation role, can be any of Manager, Developer, Translator.
"Developer"
List of project ids the invited user has access to.
"abcd1234abcd1234abcd1234,abcd1234abcd1234abcd1235"
List of locale ids the invited user has access to.
"abcd1234abcd1234abcd1234,abcd1234abcd1234abcd1235"
List of spaces the user is assigned to.
[
"abcd1234abcd1234abcd1234",
"abcd1234abcd1234abcd1235"
]List of teams the user is assigned to.
[
"abcd1234abcd1234abcd1234",
"abcd1234abcd1234abcd1235"
]List of default locales for the user.
["en", "de"]Additional permissions depending on invitation role. Available permissions are create_upload and review_translations
{
"create_upload": true,
"review_translations": true
}Response
Created