UserResponse
Serializer for User.
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| pulp_href | str | [optional] [readonly] | |
| id | int | [optional] [readonly] | |
| username | str | Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only. | |
| first_name | str | First name | [optional] | 
| last_name | str | Last name | [optional] | 
| str | Email address | [optional] | |
| is_staff | bool | Designates whether the user can log into this admin site. | [optional] [default to False] | 
| is_active | bool | Designates whether this user should be treated as active. | [optional] [default to True] | 
| date_joined | datetime | Date joined | [optional] [readonly] | 
| groups | list[UserGroupResponse] | [optional] [readonly] | |
| hidden_fields | list[RemoteResponseHiddenFields] | List of hidden (write only) fields | [optional] [readonly] |