List members of an access group

Returns a paginated list of members that belong to a specific access group.

Each member includes: id, email, displayName, status, verified, paid, registeredAt, and lastLoginAt. Use cursor-based pagination to iterate through large groups.

GET /api/v1/access-groups/{groupId}/members
Bearer token

Path parameters

· 1
groupId string · uuid required

UUID of the access group. Get group IDs from listAccessGroups or createAccessGroup responses.

Query parameters

· 2
limit integer · min: 1· max: 100· default: 50

Number of items to return per page (1-100). Default: 50.

after string · uuid

Cursor for pagination. Pass the nextCursor value from a previous response to get the next page of results.

Responses