Skip to main content
GET
/
organizations
/
{organizationName}
/
groups
/
{groupName}
/
members
Get group members
curl --request GET \
  --url https://{organization}.admin.credibledata.com/api/v0/organizations/{organizationName}/groups/{groupName}/members \
  --header 'Authorization: Bearer <token>'
{
  "members": [
    {
      "userGroupId": "<string>",
      "status": "admin"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

organizationName
string
required

The unique identifier of the organization Standard identifier pattern for resource names

Pattern: ^[a-zA-Z0-9_-]+$
groupName
string
required

The unique identifier of the group Standard identifier pattern for resource names

Pattern: ^[a-zA-Z0-9_-]+$

Response

Group members retrieved successfully

members
object[]

List of all group members (users and groups) with their status and CredibleResourceUri