Invite a person to an account. Developers and translators need project_ids and locale_ids assigned to access them. Access token scope must include team.manage.
Enter your token in the format token TOKEN
Two-Factor-Authentication token (optional)
Account ID
The email of the invited user. The email can not be updated once created. Create a new invitation for each unique email.
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
}Created