Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 855 Bytes

NewMemberForm.md

File metadata and controls

31 lines (17 loc) · 855 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 built-in role [optional]
customRoles [String] An array of the member's custom roles [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")