Hanzo AI

List members — GET /v1/team/rooms/{id}/members

Returns the people and agents in one room, as the roster describes them.

GET /v1/team/rooms/{id}/members

Addresshttps://api.hanzo.ai/v1/team/rooms/{id}/members
MethodGET
Operationget_team_rooms_by_id_members
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the people and agents in one room, as the roster describes them. The caller must be able to see the room.

Request

2 fields.

FieldInTypeRequiredDescription
idpathstringyesID is the room, from the path.
spacequerystring—Space names the space holding the room, and is required for the reason the bind op requires it: a room id is unique within a space and not across the org, so searching every space for a match would make the answer depend on iteration order.

Response

StatusBodyMeaning
200team.teamRoomMembersok
defaultproblem-detailsrefused

200 body — 9 fields.

FieldInTypeAlwaysDescription
membersbodyteam.teamMember[]—Members are the room's people and agents, as the roster describes them.
members[].activebodyboolean—Active is false for an agent the org has retired: it stays in the roster so its past messages keep an author, and it no longer answers.
members[].avatarbodystring—Avatar is the blob id of an uploaded picture, readable at GET /v1/team/files/{space}/avatar?file={avatar}.
members[].botbodyboolean—Bot reports that this member is one of the org's agents rather than a person.
members[].idbodystring—ID is the account uuid — the value every message's author, every room's members list and every <@id> mention token names.
members[].namebodystring—Name is what to call them: the name IAM holds for a person, the agent's own name for an agent.
members[].personRefbodystring—PersonRef is the member's Person document id, the reference a mention stores.
members[].presencebodystring—Presence is "online" while the member holds a live connection to this space (a Team client or an event stream), "offline" otherwise.
members[].rolebodystring—Role is the member's role in the space — owner, admin, member or guest.

Failure carries the platform error shape — see Errors.

Examples

hanzo has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


Team API · All Hanzo APIs · Interactive reference

How is this guide?

On this page