v1

latestSwagger 2.02026-08-06114161439.7 KB
group

List of all groups and associated users belonging to each group

Retrieves organizational groups with detailed user membership information. Returns groups along with complete user data for members of each group including roles and permissions. Supports pagination and filtering.

get/group/user

Query parameters

limitinteger

Maximum number of records to return per page. Integer, default 100, max 2000, min 1.

offsetinteger

Number of records to skip from the start of the result set. Integer, default 0, max 100000, min 0. Use with limit for pagination.

filterstring[]

URL-encoded comma-separated list of filter conditions in the form '<field> <op> <value>' where op is one of =, !=, <=, >=, >, <, like (spaces required around 'like'). Example: 'call_started > 2024-01-01'. Max 10 conditions. Filterable fields vary by endpoint.

Response

Groups with detailed user membership and permission data

group_idinteger

Organization unit (group) ID the call/record belongs to. Integer. Used to scope data; see /group/list for available group IDs.

group_ext_idstring

A user defined external identifier for the group. Type: string.

group_namestring required

Human-readable name of the organization unit/group. String.

group_parent_idinteger

The unique ID for the group that would be a parent to the current group. Type: integer (int32).

top_group_idinteger

The unique ID for the top level group associated with current group. Type: integer (int32).

billing_idinteger

The unique ID for the group that is the billing node. Type: integer (int32).