Skip to main content
GET
/
v1
/
groups
/
{group_id}
/
users
List users in a group
curl --request GET \
  --url https://api.domo.com/v1/groups/{group_id}/users \
  --header 'Authorization: Bearer <token>'
[
  87659738,
  809129372
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

group_id
string
required

Query Parameters

limit
string

The amount of groups to return in the list. The default is 50 and the maximum is 500.

offset
string

The offset of the group ID to begin list of groups within the response.

Response

200 - application/json

Returns IDs of users that are a part of the requested group.