| Name | Type | Description | Notes |
|---|---|---|---|
| user_id | str | The userid which is required for login. This value cannot be changed. | [optional] |
| first_name | str | The first name of the user. | [optional] |
| last_name | str | The last name of the user. | [optional] |
| email_address | str | The email address associated with the user. | [optional] |
| password | str | The password for the new user. | [optional] |
| status | str | The user's status, e.g. active or disabled. | |
| roles | list[str] | The roles which the user has been assigned within Nexus. | [optional] |