Retrieve a list of groups

Retrieve a list of groups in an organization.

SecuritybearerAuth
Request
query Parameters
limit
integer

Number of records to return.

Example: limit=100
offset
integer

Record to start with.

Example: offset=0
groupIds
string

IDs of groups to return.

includeSubgroups
boolean

If true, all subgroups under the specified group are included.

Example: includeSubgroups=false
sort
string

Name of the property to sort on.

Example: sort=Description
order
string

Sort direction.

Example: order=asc
Responses
200

Ok

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

get/groups
Request samples
Response samples
application/json
{
  • "groups": [
    ],
  • "metadata": {
    }
}