cURL
curl --request POST \ --url https://portal-api.7331.org/v1/admin/chats/{chat_id}/transfer \ --header 'Content-Type: application/json' \ --data ' { "new_owner_id": 123 } '
{ "message": "Chat 'main-lobby' transferred to user 42" }
Transfer chat ownership to another user. Owner-only action.
Documentation IndexFetch the complete documentation index at: https://docs.7331.org/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.7331.org/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?