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