Version 4.0.24.12
Activate an app for a user
Activates a user for a given oauth client app. This indicates the user has been informed that the app will have access to the user's looker data, and that the user has accepted and allowed the app to use their Looker account.
Activating a user for an app that the user is already activated with returns a success response.
Request
POST
/oauth_client_apps/{client_guid}/users/{user_id}
Datatype
Description
Request
path
Expand HTTP Path definition...
client_guid
The unique id of this application
user_id
The id of the user to enable use of this app
query
Expand HTTP Query definition...
fields
Requested fields.
Response
200: OAuth Client App
Datatype
Description
(string)
204: Deleted
400: Bad Request
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
404: Not Found
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
422: Validation Error
Datatype
Description
(object)
message
lock
Error details
errors
Expand ValidationErrorDetail definition...
field
lock
Field with error
code
lock
Error code
message
lock
Error info message
documentation_url
lock
Documentation link
documentation_url
lock
Documentation link
429: Too Many Requests
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link