Version 4.0.25.20 (latest)
Create a service account with the specified information. This action is restricted to Looker admins.
Calls to this endpoint may only be available for Looker (Google Cloud core) .
Request
POST
/users/service_accounts
Datatype
Description
Request
HTTP Request
body
HTTP Body
Expand HTTP Body definition...
Expand ServiceAccount definition...
can
lock
object
Operations the current user is able to perform on this object
id
lock
string
Unique Id of the service account
service_account_name
string
Display name of the service account.
is_service_account
lock
boolean
Indicates whether this user is a service account
is_disabled
boolean
Indicates if the service account is disabled
group_ids
string[]
role_ids
string[]
credentials_api3
created_at
lock
string
Service account creation timestamp
url
lock
string
Link to get this item
query
HTTP Query
Expand HTTP Query definition...
fields
string
Requested fields.
Response
200: Created Service Account
Datatype
Description
(object)
can
lock
object
Operations the current user is able to perform on this object
id
lock
string
Unique Id of the service account
service_account_name
string
Display name of the service account.
is_service_account
lock
boolean
Indicates whether this user is a service account
is_disabled
boolean
Indicates if the service account is disabled
group_ids
string[]
role_ids
string[]
credentials_api3
Expand CredentialsApi3 definition...
can
lock
object
Operations the current user is able to perform on this object
id
lock
string
Unique Id
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
created_at
lock
string
Service account creation timestamp
url
lock
string
Link to get this item
400: Bad Request
Datatype
Description
(object)
message
lock
string
Error details
documentation_url
lock
string
Documentation link
403: Permission Denied
Datatype
Description
(object)
message
lock
string
Error details
documentation_url
lock
string
Documentation link
404: Not Found
Datatype
Description
(object)
message
lock
string
Error details
documentation_url
lock
string
Documentation link
422: Validation Error
Datatype
Description
(object)
message
lock
string
Error details
errors
Expand ValidationErrorDetail definition...
field
lock
string
Field with error
code
lock
string
Error code
message
lock
string
Error info message
documentation_url
lock
string
Documentation link
documentation_url
lock
string
Documentation link
429: Too Many Requests
Datatype
Description
(object)
message
lock
string
Error details
documentation_url
lock
string
Documentation link

