Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.09 KB

InvitationCreateParameters.md

File metadata and controls

19 lines (12 loc) · 1.09 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 List<String> List of spaces the user is assigned to. [optional]
teamIds List<String> List of teams the user is assigned to. [optional]
defaultLocaleCodes List<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]