Add Support Access Allowlist Users

Version 4.0.24.6 (latest)

Add Support Access Allowlist Users

Adds a list of emails to the Allowlist, using the provided reason

Calls to this endpoint may be denied by Looker (Google Cloud core).

Request

POST /support_access/allowlist
Datatype
Description
Request
HTTP Request
body
HTTP Body
Expand HTTP Body definition...
body
Request params.
Expand SupportAccessAddEntries definition...
emails
string[]
reason
string
Reason for adding emails to the Allowlist

Response

200: Support Access Allowlist Entries

Datatype
Description
id
string
Unique ID
email
string
Email address
full_name
string
Full name of allowlisted user
reason
string
Reason the Email is included in the Allowlist
created_date
string
Date the Email was added to the Allowlist

400: Bad Request

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

403: Permission Denied

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

404: Not Found

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

422: Validation Error

Datatype
Description
(object)
message
string
Error details
Expand ValidationErrorDetail definition...
field
string
Field with error
code
string
Error code
message
string
Error info message
documentation_url
string
Documentation link
documentation_url
string
Documentation link

429: Too Many Requests

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link