| Name | Type | Description | Notes |
|---|---|---|---|
| contributor_id | str | Unique internal identifier of the user, as a contributor | [optional] |
| customer_id | str | Unique internal identifier of the user, as a purchaser | [optional] |
| str | Email address of the user | [optional] | |
| first_name | str | First name of the user | [optional] |
| full_name | str | Full name including first, middle, and last name of the user | [optional] |
| id | str | Unique internal identifier for the user, not tied to contributor or purchasing customer | [optional] |
| is_premier | bool | True if the user has access to the Premier collection, false otherwise | [optional] |
| is_premier_parent | bool | True if the user has access to the Premier collection and also has child users | [optional] |
| language | str | Main language of the user account | [optional] |
| last_name | str | Last name of the user | [optional] |
| only_enhanced_license | bool | True if the user has an enterprise license, false otherwise | [optional] |
| only_sensitive_use | bool | True if the user has access to sensitive use only, false otherwise | [optional] |
| organization_id | str | Unique internal identifier for the user's organization, specific to Premier users | [optional] |
| premier_permissions | list[str] | List of permissions allowed through the Premier client | [optional] |
| username | str | User name associated to the user | [optional] |