Get Groups

This endpoint is used to view User Groups in your Workspace.

In our API documentation, team_id refers to the ID of a Workspace, and group_id refers to the ID of a User Group.

SecurityAuthorization_Token
Request
query Parameters
team_id
required
number <double>

Workspace ID

group_ids
string

Enter one or more User Group IDs to retrieve information about specific User Group.

Responses
200
get/v2/group
Request samples
Response samples
application/json
{
  • "groups": [
    ]
}