Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.09 KB

CloudInvitationRequest.md

File metadata and controls

16 lines (11 loc) · 1.09 KB

CloudInvitationRequest

Properties

Name Type Description Notes
email str email of the user to invite
redirect_uri str User will be redirected to this uri when they accept the invitation
role int * `100` - admin * `50` - user [optional] if omitted the server will use the default value of 100
project_role int * `100` - admin * `50` - user * `25` - guest [optional]
in_all_projects bool When inviting non-admin cloud user, specify if the user will be invited in all existing projects. project_role needs to be specified. [optional] if omitted the server will use the default value of False
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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