Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 816 Bytes

NewMemberForm.md

File metadata and controls

16 lines (13 loc) · 816 Bytes

# NewMemberForm

Properties

Name Type Description Notes
email string The member's email
password string The member's password [optional]
first_name string The member's first name [optional]
last_name string The member's last name [optional]
role string The member's built-in role [optional]
custom_roles string[] An array of the member's custom roles [optional]
team_keys string[] An array of the member's teams [optional]
role_attributes array<string,array> [optional]

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