Skip to content

Latest commit

 

History

History
40 lines (36 loc) · 3.6 KB

File metadata and controls

40 lines (36 loc) · 3.6 KB

User

Properties

Name Type Description Notes
id int Unique Id [optional]
first_name str First name [optional]
last_name str Last name [optional]
display_name str Full name for display (available only if both first_name and last_name are set) [optional]
email str EMail address [optional]
is_disabled bool Account has been disabled [optional]
avatar_url str URL for the avatar image (may be generic) [optional]
home_space_id str ID string for user's home space [optional]
personal_space_id int ID of user's personal space [optional]
embed_group_space_id int (Embed only) ID of user's group space based on the external_group_id optionally specified during embed user login [optional]
access_filters list[AccessFilter] Model access filters. [optional]
credentials_email CredentialsEmail Email/Password login credentials [optional]
credentials_totp CredentialsTotp Two-factor credentials [optional]
credentials_ldap CredentialsLDAP LDAP credentials [optional]
credentials_google CredentialsGoogle Google auth credentials [optional]
credentials_saml CredentialsSaml Saml auth credentials [optional]
credentials_oidc CredentialsOIDC OpenID Connect auth credentials [optional]
credentials_api CredentialsApi API user credentials. NO LONGER SUPPORTED. [optional]
credentials_api3 list[CredentialsApi3] API 3 credentials [optional]
credentials_embed list[CredentialsEmbed] Embed credentials [optional]
credentials_looker_openid CredentialsLookerOpenid LookerOpenID credentials. Used for login by Looker Analysts [optional]
sessions list[Session] Active sessions [optional]
role_ids list[int] Array of ids of the roles for this user [optional]
group_ids list[int] Array of ids of the groups for this user [optional]
presumed_looker_employee bool User is identified as an employee of Looker [optional]
verified_looker_employee bool User is identified as an employee of Looker who has been verified via Looker corporate authentication [optional]
looker_versions list[str] Array of strings representing the Looker versions that this user has used (this only goes back as far as '3.54.0') [optional]
ui_state dict(str, str) Per user dictionary of undocumented state information owned by the Looker UI. [optional]
locale str User's preferred locale. User locale takes precedence over Looker's system-wide default locale. Locale determines language of display strings and date and numeric formatting in API responses. Locale string must be a 2 letter language code or a combination of language code and region code: 'en' or 'en-US', for example. [optional]
url str Link to get this item [optional]
can dict(str, bool) Operations the current user is able to perform on this object [optional]

[Back to Model list] [Back to API list] [Back to README]