Name | Type | Description | Notes |
---|---|---|---|
str | The email of the invited user. The <code>email</code> can not be updated once created. Create a new invitation for each unique email. | ||
role | str | Invitiation role, can be any of Manager, Developer, Translator. | |
project_ids | str | List of project ids the invited user has access to. | [optional] |
locale_ids | str | List of locale ids the invited user has access to. | [optional] |
space_ids | List[str] | List of spaces the user is assigned to. | [optional] |
team_ids | List[str] | List of teams the user is assigned to. | [optional] |
default_locale_codes | List[str] | List of default locales for the user. | [optional] |
permissions | Dict[str, str] | Additional permissions depending on invitation role. Available permissions are <code>create_upload</code> and <code>review_translations</code> | [optional] |