Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.06 KB

File metadata and controls

31 lines (19 loc) · 1.06 KB

NewMemberForm

Properties

Name Type Description Notes
email String The member's email
password String The member's password [optional]
firstName String The member's first name [optional]
lastName String The member's last name [optional]
role RoleEnum The member's initial role, if you are using a base role for the initial role [optional]
customRoles List<String> An array of the member's initial roles, if you are using custom roles or preset roles provided by LaunchDarkly [optional]
teamKeys List<String> An array of the member's teams [optional]
roleAttributes Map<String, List<String>> [optional]

Enum: RoleEnum

Name Value
READER "reader"
WRITER "writer"
ADMIN "admin"
NO_ACCESS "no_access"