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

Latest commit

 

History

History
31 lines (17 loc) · 978 Bytes

File metadata and controls

31 lines (17 loc) · 978 Bytes

LaunchDarklyApi.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 String The member's initial role, if you are using a base role for the initial role [optional]
customRoles [String] An array of the member's initial roles, if you are using custom roles or preset roles provided by LaunchDarkly [optional]
teamKeys [String] An array of the member's teams [optional]
roleAttributes {String: Array} [optional]

Enum: RoleEnum

  • reader (value: "reader")

  • writer (value: "writer")

  • admin (value: "admin")

  • no_access (value: "no_access")