Group Members
List group members
List all members of a group.
Authorization
BearerAuth AuthorizationBearer <token>
API key authentication. Use your API key as the bearer token.
In: header
Path Parameters
groupId*string
Group ID
Match
^grp_[a-zA-Z0-9]+$Query Parameters
limit?integer
Maximum number of items to return (1-200)
Default
50Range
1 <= value <= 200offset?integer
Number of items to skip
Default
0Range
0 <= valueResponse Body
application/json
application/json
application/json
curl -X GET "https://backend.blooio.com/v2/api/groups/grp_abc123def456/members"{
"members": [
{
"id": "string",
"contact_id": "string",
"identifier": "string",
"name": "string",
"added_at": 0
}
],
"pagination": {
"limit": 0,
"offset": 0,
"total": 0
}
}{
"error": "string",
"status": 0
}{
"error": "string",
"status": 0
}