Operations the current user is able to perform on this object
client_guid
lock
string
The globally unique id of this application
redirect_uri
string
The uri with which this application will receive an auth code by browser redirect.
display_name
string
The application's display name
description
string
A description of the application that will be displayed to users
enabled
boolean
When enabled is true, OAuth2 and API requests will be accepted from this app. When false, all requests from this app will be refused. Setting disabled invalidates existing tokens.
group_id
string
If set, only Looker users who are members of this group can use this web app with Looker. If group_id is not set, any Looker user may use this app to access this Looker instance
tokens_invalid_before
lock
string
All auth codes, access tokens, and refresh tokens issued for this application prior to this date-time for ALL USERS will be invalid.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[],[],null,["# Update OAuth App\n\nVersion 4.0.25.14 (latest)\n\n### Update OAuth2 Client App Details\n\nModifies the details a previously registered OAuth2 login client app.\n\nRequest\n-------\n\nPATCH /oauth_client_apps/{client_guid} \nDatatype \nDescription \nRequest \nHTTP Request \npath \nHTTP Path \nExpand HTTP Path definition... \nclient_guid \nstring \nThe unique id of this application \nbody \nHTTP Body \nExpand HTTP Body definition... \nbody \n[OauthClientApp](/looker/docs/reference/looker-api/latest/types/OauthClientApp) \nOAuth Client App\nExpand OauthClientApp definition... \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \nclient_guid \n*lock* \nstring \nThe globally unique id of this application \nredirect_uri \nstring \nThe uri with which this application will receive an auth code by browser redirect. \ndisplay_name \nstring \nThe application's display name \ndescription \nstring \nA description of the application that will be displayed to users \nenabled \nboolean \nWhen enabled is true, OAuth2 and API requests will be accepted from this app. When false, all requests from this app will be refused. Setting disabled invalidates existing tokens. \ngroup_id \nstring \nIf set, only Looker users who are members of this group can use this web app with Looker. If group_id is not set, any Looker user may use this app to access this Looker instance \ntokens_invalid_before \n*lock* \nstring \nAll auth codes, access tokens, and refresh tokens issued for this application prior to this date-time for ALL USERS will be invalid. \nactivated_users \n[UserPublic](/looker/docs/reference/looker-api/latest/types/UserPublic)\\[\\] \nquery \nHTTP Query \nExpand HTTP Query definition... \nfields \nstring \nRequested fields.\n\nResponse\n--------\n\n### 200: OAuth Client App\n\nDatatype \nDescription \n(object) \n[OauthClientApp](/looker/docs/reference/looker-api/latest/types/OauthClientApp) \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \nclient_guid \n*lock* \nstring \nThe globally unique id of this application \nredirect_uri \nstring \nThe uri with which this application will receive an auth code by browser redirect. \ndisplay_name \nstring \nThe application's display name \ndescription \nstring \nA description of the application that will be displayed to users \nenabled \nboolean \nWhen enabled is true, OAuth2 and API requests will be accepted from this app. When false, all requests from this app will be refused. Setting disabled invalidates existing tokens. \ngroup_id \nstring \nIf set, only Looker users who are members of this group can use this web app with Looker. If group_id is not set, any Looker user may use this app to access this Looker instance \ntokens_invalid_before \n*lock* \nstring \nAll auth codes, access tokens, and refresh tokens issued for this application prior to this date-time for ALL USERS will be invalid. \nactivated_users \n[UserPublic](/looker/docs/reference/looker-api/latest/types/UserPublic)\\[\\] \nExpand UserPublic definition... \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \nid \n*lock* \nstring \nUnique Id \nfirst_name \n*lock* \nstring \nFirst Name \nlast_name \n*lock* \nstring \nLast Name \ndisplay_name \n*lock* \nstring \nFull name for display (available only if both first_name and last_name are set) \navatar_url \n*lock* \nstring \nURL for the avatar image (may be generic) \nurl \n*lock* \nstring \nLink to get this item\n\n### 400: Bad Request\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 404: Not Found\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 422: Validation Error\n\nDatatype \nDescription \n(object) \n[ValidationError](/looker/docs/reference/looker-api/latest/types/ValidationError) \nmessage \n*lock* \nstring \nError details \nerrors \n[ValidationErrorDetail](/looker/docs/reference/looker-api/latest/types/ValidationErrorDetail)\\[\\] \nExpand ValidationErrorDetail definition... \nfield \n*lock* \nstring \nField with error \ncode \n*lock* \nstring \nError code \nmessage \n*lock* \nstring \nError info message \ndocumentation_url \n*lock* \nstring \nDocumentation link \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 429: Too Many Requests\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\nExamples\n--------\n\n### TypeScript"]]