Version 4.0.25.18 (latest) 
	
Search users
Returns all* user records that match the given search criteria.
If multiple search params are given and filter_or is FALSE or not specified,
search params are combined in a logical AND operation.
Only rows that match all search param criteria will be returned.
If filter_or is TRUE, multiple search params are combined in a logical OR operation.
Results will include rows that match any of the search criteria.
String search params use case-insensitive matching.
String search params can contain % and '_' as SQL LIKE pattern match wildcard expressions.
example="dan%" will match "danger" and "Danzig" but not "David"
example="D_m%" will match "Damage" and "dump"
Integer search params can accept a single value or a comma separated list of values. The multiple
values will be combined under a logical OR operation - results will match at least one of
the given values.
Most search params can accept "IS NULL" and "NOT NULL" as special expressions to match
or exclude (respectively) rows where the column is null.
Boolean search params accept only "true" and "false" as values.
(*) Results are always filtered to the level of information the caller is permitted to view.
Looker admins can see all user details; normal users in an open system can see
names of other users but no details; normal users in a closed system can only see
names of other users who are members of the same group as the user.
Request
	GET
	/users/search
	
		
		
	
	
	
		
		
		
			
	
	
		
			
			 Expand HTTP Query definition... 
		
		
		
			
	
		
			fields
			
				
			
			
				
					
						string
					
				
			
			Include only these fields in the response
		 
	 
	
		
			
	
		
			page
			
				
			
			
				
					
						integer
					
				
			
			DEPRECATED. Use limit and offset instead. Return only page N of paginated results
		 
	 
	
		
			
	
		
			per_page
			
				
			
			
				
					
						integer
					
				
			
			DEPRECATED. Use limit and offset instead. Return N rows of data per page
		 
	 
	
		
			
	
		
			limit
			
				
			
			
				
					
						integer
					
				
			
			Number of results to return. (used with offset and takes priority over page and per_page)
		 
	 
	
		
			
	
		
			offset
			
				
			
			
				
					
						integer
					
				
			
			Number of results to skip before returning any. (used with limit and takes priority over page and per_page)
		 
	 
	
		
			
	
		
			sorts
			
				
			
			
				
					
						string
					
				
			
			Fields to sort by.
		 
	 
	
		
			
	
	
		
			
	
		
			first_name
			
				
			
			
				
					
						string
					
				
			
			Match First name.
		 
	 
	
		
			
	
		
			last_name
			
				
			
			
				
					
						string
					
				
			
			Match Last name.
		 
	 
	
		
			
	
		
			verified_looker_employee
			
				
			
			
				
					
						boolean
					
				
			
			Search for user accounts associated with Looker employees. Availability of this filter is limited to users with permission to view complete user details.
		 
	 
	
		
			
	
		
			embed_user
			
				
			
			
				
					
						boolean
					
				
			
			Search for only embed users
		 
	 
	
		
			
	
		
			email
			
				
			
			
				
					
						string
					
				
			
			Search for the user with this email address. Availability of this filter is limited to users with permission to view complete user details.
		 
	 
	
		
			
	
		
			is_disabled
			
				
			
			
				
					
						boolean
					
				
			
			Search for disabled user accounts. Availability of this filter is limited to users with permission to view complete user details.
		 
	 
	
		
			
	
		
			filter_or
			
				
			
			
				
					
						boolean
					
				
			
			Combine given search criteria in a boolean OR expression
		 
	 
	
		
			
	
		
			content_metadata_id
			
				
			
			
				
					
						string
					
				
			
			Search for users who have access to this content_metadata item
		 
	 
	
		
			
	
		
			group_id
			
				
			
			
				
					
						string
					
				
			
			Search for users who are direct members of this group
		 
	 
	
		
			
	
		
			can_manage_api3_creds
			
				
			
			
				
					
						boolean
					
				
			
			Search for users who can manage API3 credentials. This field may only be applicable for [Looker (Google Cloud core)](https://cloud.google.com/looker/docs/r/looker-core/overview). Availability of this filter is limited to users with permission to view complete user details. This is an experimental feature and may not yet be available on your instance.
		 
	 
	
		
			
	
		
			is_service_account
			
				
			
			
				
					
						boolean
					
				
			
			Search for service account users. Send true to get only service accounts, or false to get all other types of users. This field may only be applicable for [Looker (Google Cloud core)](https://cloud.google.com/looker/docs/r/looker-core/overview). Availability of this filter is limited to users with permission to view complete user details. This is an experimental feature and may not yet be available on your instance.
		 
	 
	
		
		 
		
	
		
		 
		
	
 
Response
	
		
			
				200: Matching users.
				
				
				
		
		
	
	
	
		
		
		
			
	
		
			can
			
				lock
			
			
				
					
						object
					
				
			
			Operations the current user is able to perform on this object
		 
	 
	
		
			
	
		
			avatar_url
			
				lock
			
			
				
					
						string
					
				
			
			URL for the avatar image (may be generic)
		 
	 
	
		
			
	
		
			avatar_url_without_sizing
			
				lock
			
			
				
					
						string
					
				
			
			URL for the avatar image (may be generic), does not specify size
		 
	 
	
		
			
	
	
		
			
			 Expand CredentialsApi3 definition... 
		
		
		
			
	
		
			can
			
				lock
			
			
				
					
						object
					
				
			
			Operations the current user is able to perform on this object
		 
	 
	
		
			
	
	
		
			
	
		
			client_id
			
				lock
			
			
				
					
						string
					
				
			
			API key client_id
		 
	 
	
		
			
	
		
			created_at
			
				lock
			
			
				
					
						string
					
				
			
			Timestamp for the creation of this credential
		 
	 
	
		
			
	
		
			is_disabled
			
				lock
			
			
				
					
						boolean
					
				
			
			Has this credential been disabled?
		 
	 
	
		
			
	
		
			type
			
				lock
			
			
				
					
						string
					
				
			
			Short name for the type of this kind of credential
		 
	 
	
		
			
	
		
			purpose
			
				
			
			
				
					
						string
					
				
			
			User defined purpose for this credential.
		 
	 
	
		
			
	
		
			url
			
				lock
			
			
				
					
						string
					
				
			
			Link to get this item
		 
	 
	
		
		 
		
	
		
			
	
		
			credentials_email
			
				lock
			
			
			Email/Password login credentials
		 
	 
	
		
			
			 Expand CredentialsEmail definition... 
		
		
		
			
	
		
			can
			
				lock
			
			
				
					
						object
					
				
			
			Operations the current user is able to perform on this object
		 
	 
	
		
			
	
		
			created_at
			
				lock
			
			
				
					
						string
					
				
			
			Timestamp for the creation of this credential
		 
	 
	
		
			
	
		
			email
			
				
			
			
				
					
						string
					
				
			
			EMail address used for user login
		 
	 
	
		
			
	
		
			forced_password_reset_at_next_login
			
				
			
			
				
					
						boolean
					
				
			
			Force the user to change their password upon their next login
		 
	 
	
		
			
	
		
			user_id
			
				lock
			
			
				
					
						string
					
				
			
			Unique Id of the user
		 
	 
	
		
			
	
		
			is_disabled
			
				lock
			
			
				
					
						boolean
					
				
			
			Has this credential been disabled?
		 
	 
	
		
			
	
		
			logged_in_at
			
				lock
			
			
				
					
						string
					
				
			
			Timestamp for most recent login using credential
		 
	 
	
		
			
	
		
			password_reset_url
			
				lock
			
			
				
					
						string
					
				
			
			Url with one-time use secret token that the user can use to reset password
		 
	 
	
		
			
	
		
			account_setup_url
			
				lock
			
			
				
					
						string
					
				
			
			Url with one-time use secret token that the user can use to setup account
		 
	 
	
		
			
	
		
			password_reset_url_expired
			
				lock
			
			
				
					
						boolean
					
				
			
			Is password_reset_url expired or not present?
		 
	 
	
		
			
	
		
			account_setup_url_expired
			
				lock
			
			
				
					
						boolean
					
				
			
			Is account_setup_url expired or not present?
		 
	 
	
		
			
	
		
			type
			
				lock
			
			
				
					
						string
					
				
			
			Short name for the type of this kind of credential
		 
	 
	
		
			
	
		
			url
			
				lock
			
			
				
					
						string
					
				
			
			Link to get this item
		 
	 
	
		
			
	
		
			user_url
			
				lock
			
			
				
					
						string
					
				
			
			Link to get this user
		 
	 
	
		
		 
		
	
		
			
	
	
		
			
			 Expand CredentialsEmbed definition... 
		
		
		
			
	
		
			can
			
				lock
			
			
				
					
						object
					
				
			
			Operations the current user is able to perform on this object
		 
	 
	
		
			
	
		
			created_at
			
				lock
			
			
				
					
						string
					
				
			
			Timestamp for the creation of this credential
		 
	 
	
		
			
	
		
			external_group_id
			
				lock
			
			
				
					
						string
					
				
			
			Embedder's id for a group to which this user was added during the most recent login
		 
	 
	
		
			
	
		
			external_user_id
			
				lock
			
			
				
					
						string
					
				
			
			Embedder's unique id for the user
		 
	 
	
		
			
	
	
		
			
	
		
			is_disabled
			
				lock
			
			
				
					
						boolean
					
				
			
			Has this credential been disabled?
		 
	 
	
		
			
	
		
			logged_in_at
			
				lock
			
			
				
					
						string
					
				
			
			Timestamp for most recent login using credential
		 
	 
	
		
			
	
		
			type
			
				lock
			
			
				
					
						string
					
				
			
			Short name for the type of this kind of credential
		 
	 
	
		
			
	
		
			url
			
				lock
			
			
				
					
						string
					
				
			
			Link to get this item
		 
	 
	
		
		 
		
	
		
			
	
		
			credentials_google
			
				lock
			
			
			Google auth credentials
		 
	 
	
		
			
			 Expand CredentialsGoogle definition... 
		
		
		
			
	
		
			can
			
				lock
			
			
				
					
						object
					
				
			
			Operations the current user is able to perform on this object
		 
	 
	
		
			
	
		
			created_at
			
				lock
			
			
				
					
						string
					
				
			
			Timestamp for the creation of this credential
		 
	 
	
		
			
	
		
			domain
			
				lock
			
			
				
					
						string
					
				
			
			Google domain
		 
	 
	
		
			
	
		
			email
			
				lock
			
			
				
					
						string
					
				
			
			EMail address
		 
	 
	
		
			
	
		
			google_user_id
			
				lock
			
			
				
					
						string
					
				
			
			Google's Unique ID for this user
		 
	 
	
		
			
	
		
			is_disabled
			
				lock
			
			
				
					
						boolean
					
				
			
			Has this credential been disabled?
		 
	 
	
		
			
	
		
			logged_in_at
			
				lock
			
			
				
					
						string
					
				
			
			Timestamp for most recent login using credential
		 
	 
	
		
			
	
		
			type
			
				lock
			
			
				
					
						string
					
				
			
			Short name for the type of this kind of credential
		 
	 
	
		
			
	
		
			url
			
				lock
			
			
				
					
						string
					
				
			
			Link to get this item
		 
	 
	
		
		 
		
	
		
			
	
		
			credentials_ldap
			
				lock
			
			
			LDAP credentials
		 
	 
	
		
			
			 Expand CredentialsLDAP definition... 
		
		
		
			
	
		
			can
			
				lock
			
			
				
					
						object
					
				
			
			Operations the current user is able to perform on this object
		 
	 
	
		
			
	
		
			created_at
			
				lock
			
			
				
					
						string
					
				
			
			Timestamp for the creation of this credential
		 
	 
	
		
			
	
		
			email
			
				lock
			
			
				
					
						string
					
				
			
			EMail address
		 
	 
	
		
			
	
		
			is_disabled
			
				lock
			
			
				
					
						boolean
					
				
			
			Has this credential been disabled?
		 
	 
	
		
			
	
		
			ldap_dn
			
				lock
			
			
				
					
						string
					
				
			
			LDAP Distinguished name for this user (as-of the last login)
		 
	 
	
		
			
	
		
			ldap_id
			
				lock
			
			
				
					
						string
					
				
			
			LDAP Unique ID for this user
		 
	 
	
		
			
	
		
			logged_in_at
			
				lock
			
			
				
					
						string
					
				
			
			Timestamp for most recent login using credential
		 
	 
	
		
			
	
		
			type
			
				lock
			
			
				
					
						string
					
				
			
			Short name for the type of this kind of credential
		 
	 
	
		
			
	
		
			url
			
				lock
			
			
				
					
						string
					
				
			
			Link to get this item
		 
	 
	
		
		 
		
	
		
			
	
		
			credentials_looker_openid
			
				lock
			
			
			LookerOpenID credentials. Used for login by Looker Analysts
		 
	 
	
		
			
			 Expand CredentialsLookerOpenid definition... 
		
		
		
			
	
		
			can
			
				lock
			
			
				
					
						object
					
				
			
			Operations the current user is able to perform on this object
		 
	 
	
		
			
	
		
			created_at
			
				lock
			
			
				
					
						string
					
				
			
			Timestamp for the creation of this credential
		 
	 
	
		
			
	
		
			email
			
				lock
			
			
				
					
						string
					
				
			
			EMail address used for user login
		 
	 
	
		
			
	
		
			is_disabled
			
				lock
			
			
				
					
						boolean
					
				
			
			Has this credential been disabled?
		 
	 
	
		
			
	
		
			logged_in_at
			
				lock
			
			
				
					
						string
					
				
			
			Timestamp for most recent login using credential
		 
	 
	
		
			
	
		
			logged_in_ip
			
				lock
			
			
				
					
						string
					
				
			
			IP address of client for most recent login using credential
		 
	 
	
		
			
	
		
			type
			
				lock
			
			
				
					
						string
					
				
			
			Short name for the type of this kind of credential
		 
	 
	
		
			
	
		
			url
			
				lock
			
			
				
					
						string
					
				
			
			Link to get this item
		 
	 
	
		
			
	
		
			user_url
			
				lock
			
			
				
					
						string
					
				
			
			Link to get this user
		 
	 
	
		
		 
		
	
		
			
	
		
			credentials_oidc
			
				lock
			
			
			OpenID Connect auth credentials
		 
	 
	
		
			
			 Expand CredentialsOIDC definition... 
		
		
		
			
	
		
			can
			
				lock
			
			
				
					
						object
					
				
			
			Operations the current user is able to perform on this object
		 
	 
	
		
			
	
		
			created_at
			
				lock
			
			
				
					
						string
					
				
			
			Timestamp for the creation of this credential
		 
	 
	
		
			
	
		
			email
			
				lock
			
			
				
					
						string
					
				
			
			EMail address
		 
	 
	
		
			
	
		
			is_disabled
			
				lock
			
			
				
					
						boolean
					
				
			
			Has this credential been disabled?
		 
	 
	
		
			
	
		
			logged_in_at
			
				lock
			
			
				
					
						string
					
				
			
			Timestamp for most recent login using credential
		 
	 
	
		
			
	
		
			oidc_user_id
			
				lock
			
			
				
					
						string
					
				
			
			OIDC OP's Unique ID for this user
		 
	 
	
		
			
	
		
			type
			
				lock
			
			
				
					
						string
					
				
			
			Short name for the type of this kind of credential
		 
	 
	
		
			
	
		
			url
			
				lock
			
			
				
					
						string
					
				
			
			Link to get this item
		 
	 
	
		
		 
		
	
		
			
	
		
			credentials_saml
			
				lock
			
			
			Saml auth credentials
		 
	 
	
		
			
			 Expand CredentialsSaml definition... 
		
		
		
			
	
		
			can
			
				lock
			
			
				
					
						object
					
				
			
			Operations the current user is able to perform on this object
		 
	 
	
		
			
	
		
			created_at
			
				lock
			
			
				
					
						string
					
				
			
			Timestamp for the creation of this credential
		 
	 
	
		
			
	
		
			email
			
				lock
			
			
				
					
						string
					
				
			
			EMail address
		 
	 
	
		
			
	
		
			is_disabled
			
				lock
			
			
				
					
						boolean
					
				
			
			Has this credential been disabled?
		 
	 
	
		
			
	
		
			logged_in_at
			
				lock
			
			
				
					
						string
					
				
			
			Timestamp for most recent login using credential
		 
	 
	
		
			
	
		
			saml_user_id
			
				lock
			
			
				
					
						string
					
				
			
			Saml IdP's Unique ID for this user
		 
	 
	
		
			
	
		
			type
			
				lock
			
			
				
					
						string
					
				
			
			Short name for the type of this kind of credential
		 
	 
	
		
			
	
		
			url
			
				lock
			
			
				
					
						string
					
				
			
			Link to get this item
		 
	 
	
		
		 
		
	
		
			
	
		
			credentials_totp
			
				lock
			
			
			Two-factor credentials
		 
	 
	
		
			
			 Expand CredentialsTotp definition... 
		
		
		
			
	
		
			can
			
				lock
			
			
				
					
						object
					
				
			
			Operations the current user is able to perform on this object
		 
	 
	
		
			
	
		
			created_at
			
				lock
			
			
				
					
						string
					
				
			
			Timestamp for the creation of this credential
		 
	 
	
		
			
	
		
			is_disabled
			
				lock
			
			
				
					
						boolean
					
				
			
			Has this credential been disabled?
		 
	 
	
		
			
	
		
			type
			
				lock
			
			
				
					
						string
					
				
			
			Short name for the type of this kind of credential
		 
	 
	
		
			
	
		
			verified
			
				lock
			
			
				
					
						boolean
					
				
			
			User has verified
		 
	 
	
		
			
	
		
			url
			
				lock
			
			
				
					
						string
					
				
			
			Link to get this item
		 
	 
	
		
		 
		
	
		
			
	
		
			display_name
			
				lock
			
			
				
					
						string
					
				
			
			Full name for display (available only if both first_name and last_name are set)
		 
	 
	
		
			
	
		
			email
			
				lock
			
			
				
					
						string
					
				
			
			EMail address
		 
	 
	
		
			
	
		
			embed_group_space_id
			
				lock
			
			
				
					
						string
					
				
			
			(DEPRECATED) (Embed only) ID of user's group space based on the external_group_id optionally specified during embed user login
		 
	 
	
		
			
	
		
			first_name
			
				
			
			
				
					
						string
					
				
			
			First name
		 
	 
	
		
			
	
	
		
			
	
		
			home_folder_id
			
				
			
			
				
					
						string
					
				
			
			ID string for user's home folder
		 
	 
	
		
			
	
	
		
			
	
		
			is_disabled
			
				
			
			
				
					
						boolean
					
				
			
			Account has been disabled
		 
	 
	
		
			
	
		
			last_name
			
				
			
			
				
					
						string
					
				
			
			Last name
		 
	 
	
		
			
	
		
			locale
			
				
			
			
				
					
						string
					
				
			
			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.
		 
	 
	
		
			
	
	
		
			
	
		
			models_dir_validated
			
				
			
			
				
					
						boolean
					
				
			
			User's dev workspace has been checked for presence of applicable production projects
		 
	 
	
		
			
	
		
			personal_folder_id
			
				lock
			
			
				
					
						string
					
				
			
			ID of user's personal folder
		 
	 
	
		
			
	
		
			presumed_looker_employee
			
				lock
			
			
				
					
						boolean
					
				
			
			(DEPRECATED) User is identified as an employee of Looker
		 
	 
	
		
			
	
	
		
			
	
	
		
			
			 Expand Session definition... 
		
		
		
			
	
		
			can
			
				lock
			
			
				
					
						object
					
				
			
			Operations the current user is able to perform on this object
		 
	 
	
		
			
	
	
		
			
	
		
			ip_address
			
				lock
			
			
				
					
						string
					
				
			
			IP address of user when this session was initiated
		 
	 
	
		
			
	
		
			browser
			
				lock
			
			
				
					
						string
					
				
			
			User's browser type
		 
	 
	
		
			
	
		
			operating_system
			
				lock
			
			
				
					
						string
					
				
			
			User's Operating System
		 
	 
	
		
			
	
		
			city
			
				lock
			
			
				
					
						string
					
				
			
			City component of user location (derived from IP address)
		 
	 
	
		
			
	
		
			state
			
				lock
			
			
				
					
						string
					
				
			
			State component of user location (derived from IP address)
		 
	 
	
		
			
	
		
			country
			
				lock
			
			
				
					
						string
					
				
			
			Country component of user location (derived from IP address)
		 
	 
	
		
			
	
		
			credentials_type
			
				lock
			
			
				
					
						string
					
				
			
			Type of credentials used for logging in this session
		 
	 
	
		
			
	
		
			extended_at
			
				lock
			
			
				
					
						string
					
				
			
			Time when this session was last extended by the user
		 
	 
	
		
			
	
		
			extended_count
			
				lock
			
			
				
					
						integer
					
				
			
			Number of times this session was extended
		 
	 
	
		
			
	
		
			sudo_user_id
			
				lock
			
			
				
					
						string
					
				
			
			Actual user in the case when this session represents one user sudo'ing as another
		 
	 
	
		
			
	
		
			created_at
			
				lock
			
			
				
					
						string
					
				
			
			Time when this session was initiated
		 
	 
	
		
			
	
		
			expires_at
			
				lock
			
			
				
					
						string
					
				
			
			Time when this session will expire
		 
	 
	
		
			
	
		
			url
			
				lock
			
			
				
					
						string
					
				
			
			Link to get this item
		 
	 
	
		
		 
		
	
		
			
	
		
			ui_state
			
				
			
			
				
					
						object
					
				
			
			Per user dictionary of undocumented state information owned by the Looker UI.
		 
	 
	
		
			
	
		
			verified_looker_employee
			
				lock
			
			
				
					
						boolean
					
				
			
			User is identified as an employee of Looker who has been verified via Looker corporate authentication
		 
	 
	
		
			
	
		
			roles_externally_managed
			
				lock
			
			
				
					
						boolean
					
				
			
			User's roles are managed by an external directory like SAML or LDAP and can not be changed directly.
		 
	 
	
		
			
	
		
			allow_direct_roles
			
				lock
			
			
				
					
						boolean
					
				
			
			User can be directly assigned a role.
		 
	 
	
		
			
	
		
			allow_normal_group_membership
			
				lock
			
			
				
					
						boolean
					
				
			
			User can be a direct member of a normal Looker group.
		 
	 
	
		
			
	
		
			allow_roles_from_normal_groups
			
				lock
			
			
				
					
						boolean
					
				
			
			User can inherit roles from a normal Looker group.
		 
	 
	
		
			
	
		
			embed_group_folder_id
			
				lock
			
			
				
					
						string
					
				
			
			(Embed only) ID of user's group folder based on the external_group_id optionally specified during embed user login
		 
	 
	
		
			
	
		
			is_iam_admin
			
				lock
			
			
				
					
						boolean
					
				
			
			User is an IAM Admin. This field may only be applicable for [Looker (Google Cloud core)](https://cloud.google.com/looker/docs/r/looker-core/overview). The is_iam_admin is not returned by default. Please explicitly request this attribute if needed via the fields query param. Note: Including the optional is_iam_admin attribute can increase API latency. For best performance, use this attribute only when filtering for users with the 'Admin via IAM' role. When using this filter, always paginate your results with the offset and limit fields to optimize response time.
		 
	 
	
		
			
	
		
			can_manage_api3_creds
			
				
			
			
				
					
						boolean
					
				
			
			Indicates if the user can manage API3 credentials. This field may only be applicable for [Looker (Google Cloud core)](https://cloud.google.com/looker/docs/r/looker-core/overview). This is an experimental feature and may not yet be available on your instance.
		 
	 
	
		
			
	
		
			is_service_account
			
				lock
			
			
				
					
						boolean
					
				
			
			Indicates if this user is a service account. This field may only be applicable for [Looker (Google Cloud core)](https://cloud.google.com/looker/docs/r/looker-core/overview). This is an experimental feature and may not yet be available on your instance.
		 
	 
	
		
			
	
		
			service_account_name
			
				lock
			
			
				
					
						string
					
				
			
			The display name of the service account. This field is omitted for non service account users. This field may only be applicable for [Looker (Google Cloud core)](https://cloud.google.com/looker/docs/r/looker-core/overview). This is an experimental feature and may not yet be available on your instance.
		 
	 
	
		
			
	
		
			url
			
				lock
			
			
				
					
						string
					
				
			
			Link to get this item
		 
	 
	
		
		 
		
	
				
				 
			
		
			
				400: Bad Request
				
				
				
		
		
	
	
	
		
		
		
			
	
		
			message
			
				lock
			
			
				
					
						string
					
				
			
			Error details
		 
	 
	
		
			
	
		
			documentation_url
			
				lock
			
			
				
					
						string
					
				
			
			Documentation link
		 
	 
	
		
		 
		
	
				
				 
			
		
			
				404: Not Found
				
				
				
		
		
	
	
	
		
		
		
			
	
		
			message
			
				lock
			
			
				
					
						string
					
				
			
			Error details
		 
	 
	
		
			
	
		
			documentation_url
			
				lock
			
			
				
					
						string
					
				
			
			Documentation link
		 
	 
	
		
		 
		
	
				
				 
			
		
			
				429: Too Many Requests
				
				
				
		
		
	
	
	
		
		
		
			
	
		
			message
			
				lock
			
			
				
					
						string
					
				
			
			Error details
		 
	 
	
		
			
	
		
			documentation_url
			
				lock
			
			
				
					
						string
					
				
			
			Documentation link
		 
	 
	
		
		 
		
	
				
				 
			
		
	
 
Examples