List Conversation Audiences
community-conversations
List Conversation Audiences
List the ACTIVE participant roster of a conversation (membership-gated).
Returns each active participant as a conversation_audiences resource with its audience_id (the resource id), contact_id, role, and resolved display_name. The audience_id feeds DELETE /conversations//audiences/ to remove a specific participant.
403 conversation_access_denied when caller is not an active member (generic body — no enumeration). 403 member_banned / member_not_in_hub on ban. 404 conversation_not_found when missing/soft-deleted.
GET
List Conversation Audiences
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.