REST API — ChatThreadMembers
Ce contenu n’est pas encore disponible dans votre langue.
| 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. |