Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 939 Bytes

File metadata and controls

16 lines (13 loc) · 939 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 initial role, if you are using a base role for the initial role [optional]
custom_roles string[] An array of the member's initial roles, if you are using custom roles or preset roles provided by LaunchDarkly [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]