Skip to main content
GET
List members of a group — one endpoint for every type, so consumers never branch. Rows share the {profile_id, record_type, record} shape:

Filtering

This endpoint accepts filter and sort query parameters. See Filtering, sorting, and search for paging and for the shared search_with, custom_field, and json_contains filters.
This endpoint returns more than one record type. The attributes below are the union across GroupProfile, Connection, GroupSnapshotProfile, and an attribute only filters the record type that declares it.

Examples

Operators

The not_has operator applies to related attributes, which this endpoint does not have.

Filter attributes

Each attribute above is also a valid sort key, for example ?sort=-added_at for descending order.

Path Parameters

group
integer
required

The group ID

Query Parameters

page[size]
string

Response

Array of GroupMember

data
GroupMember · object[]
required