Name | Type | Description | Notes |
---|---|---|---|
str | The member's email | ||
password | str | The member's password | [optional] |
first_name | str | The member's first name | [optional] |
last_name | str | The member's last name | [optional] |
role | str | The member's built-in role | [optional] |
custom_roles | [str] | An array of the member's custom roles | [optional] |
team_keys | [str] | An array of the member's teams | [optional] |
role_attributes | RoleAttributeMap | [optional] | |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |