groups

List contacts in a group (v2)

Retrieve the contacts that belong to a specific group. Returns the canonical contact list envelope ({ data: { contacts: [...], pagination: { nextCursor, count } } }) — the payload is contacts, not groups, so the wire shape matches GET /v2/contacts/ and cache writers can reuse the same normalizer. Supports ?take= and ?cursor= for pagination.

get/v2/groups/{groupId}/contacts

Path parameters

groupIdstring uuid required

Query parameters

takeinteger
cursorstring uuid

Response

Successful response

Changes