跳转到内容

REST API — ChatThreadMembers

此内容尚不支持你的语言。

Method Path What it does
POST /api/chat-thread/{thread_id}/invite Invite a user to the chat thread by email. Owner only.
GET /api/chat-thread/{thread_id}/members List all members of a chat thread. Any member/viewer can see.
DELETE /api/chat-thread/{thread_id}/members/{user_id} Remove a member from the thread. Owner can remove anyone; non-owners can only leave.
PATCH /api/chat-thread/{thread_id}/members/{user_id} Update a member’s role. Owner only.