Skip to main content
GET
/
v1
/
groups
/
{group_id}
Retrieve a group
curl --request GET \
  --url https://api.domo.com/v1/groups/{group_id} \
  --header 'Authorization: Bearer <token>'
{
  "active": true,
  "id": 0,
  "memberCount": 0,
  "name": "string"
}

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

Response

200 - application/json

Returns a group object if valid group ID was provided. When requesting, if the group ID is related to a customer that has been deleted, a subset of the group's information will be returned, including a deleted property, which will be true.

active
boolean
id
integer
memberCount
integer
name
string