Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.2 KB

File metadata and controls

18 lines (13 loc) · 1.2 KB

# InvitationCreateParameters

Properties

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

[Back to Model list] [Back to API list] [Back to README]