| Name | Type | Description | Notes |
|---|---|---|---|
| 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] |
| Name | Value |
|---|---|
| READER | "reader" |
| WRITER | "writer" |
| ADMIN | "admin" |
| NO_ACCESS | "no_access" |