Get Role Groups

Version 4.0.24.6 (latest)

Get information about all the groups with the role that has a specific id.

Request

GET /roles/{role_id}/groups
Datatype
Description
Request
HTTP Request
path
HTTP Path
Expand HTTP Path definition...
role_id
string
id of role
query
HTTP Query
Expand HTTP Query definition...
fields
string
Requested fields.

Response

200: Groups with role.

Datatype
Description
(array)
Group[]
can
object
Operations the current user is able to perform on this object
can_add_to_content_metadata
boolean
Group can be used in content access controls
contains_current_user
boolean
Currently logged in user is group member
external_group_id
string
External Id group if embed group
externally_managed
boolean
Group membership controlled outside of Looker
id
string
Unique Id
include_by_default
boolean
New users are added to this group by default
name
string
Name of group
user_count
integer
Number of users included in this group

400: Bad Request

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

429: Too Many Requests

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