Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.21 KB

InvitationCreateParameters.md

File metadata and controls

18 lines (13 loc) · 1.21 KB

InvitationCreateParameters

Properties

Name Type Description Notes
Email string 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 string Invitiation role, can be any of Manager, Developer, Translator.
ProjectIds string List of project ids the invited user has access to. [optional]
LocaleIds string List of locale ids the invited user has access to. [optional]
SpaceIds []string List of spaces the user is assigned to. [optional]
TeamIds []string List of teams the user is assigned to. [optional]
DefaultLocaleCodes []string List of default locales for the user. [optional]
Permissions map[string]string Additional permissions depending on invitation role. Available permissions are <code>create_upload</code> and <code>review_translations</code> [optional]

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