| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | Unique Id | [optional] |
| firstName | String | First name | [optional] |
| lastName | String | Last name | [optional] |
| displayName | String | Full name for display (available only if both first_name and last_name are set) | [optional] |
| String | EMail address | [optional] | |
| isDisabled | Boolean | Account has been disabled | [optional] |
| avatarUrl | String | URL for the avatar image (may be generic) | [optional] |
| homeSpaceId | String | ID string for user's home space | [optional] |
| personalSpaceId | Integer | ID of user's personal space | [optional] |
| embedGroupSpaceId | Integer | (Embed only) ID of user's group space based on the external_group_id optionally specified during embed user login | [optional] |
| accessFilters | [AccessFilter] | Model access filters. | [optional] |
| credentialsEmail | CredentialsEmail | Email/Password login credentials | [optional] |
| credentialsTotp | CredentialsTotp | Two-factor credentials | [optional] |
| credentialsLdap | CredentialsLDAP | LDAP credentials | [optional] |
| credentialsGoogle | CredentialsGoogle | Google auth credentials | [optional] |
| credentialsSaml | CredentialsSaml | Saml auth credentials | [optional] |
| credentialsApi | CredentialsApi | API user credentials | [optional] |
| credentialsApi3 | [CredentialsApi3] | API 3 credentials | [optional] |
| credentialsEmbed | [CredentialsEmbed] | Embed credentials | [optional] |
| credentialsLookerOpenid | CredentialsLookerOpenid | LookerOpenID credentials. Used for login by Looker Analysts | [optional] |
| sessions | [Session] | Active sessions | [optional] |
| roleIds | [Integer] | Array of ids of the roles for this user | [optional] |
| groupIds | [Integer] | Array of ids of the groups for this user | [optional] |
| presumedLookerEmployee | Boolean | User is identified as an employee of Looker | [optional] |
| verifiedLookerEmployee | Boolean | User is identified as an employee of Looker who has been verified via Looker corporate authentication | [optional] |
| lookerVersions | [String] | Array of strings representing the Looker versions that this user has used (this only goes back as far as '3.54.0') | [optional] |
| uiState | {String: String} | Per user dictionary of undocumented state information owned by the Looker UI. | [optional] |
| url | String | Link to get this item | [optional] |
| can | {String: Boolean} | Operations the current user is able to perform on this object | [optional] |