Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1023 Bytes

NewMemberForm.md

File metadata and controls

19 lines (14 loc) · 1023 Bytes

NewMemberForm

Properties

Name Type Description Notes
email str The member's email
password str The member's password [optional]
first_name str The member's first name [optional]
last_name str The member's last name [optional]
role str The member's built-in role [optional]
custom_roles [str] An array of the member's custom roles [optional]
team_keys [str] An array of the member's teams [optional]
role_attributes RoleAttributeMap [optional]
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]