| 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 | 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] |
-
reader(value:"reader") -
writer(value:"writer") -
admin(value:"admin") -
no_access(value:"no_access")