curl -X POST https://hapi.7331.org/v1/portal/unmute/123456789012345678 \ -b cookies.txt
Copy
{ "ok": true}
Portal
Unmute User
Unmute a user in the portal. Moderator+ only.
POST
/
v1
/
portal
/
unmute
/
{user_id}
Copy
curl -X POST https://hapi.7331.org/v1/portal/unmute/123456789012345678 \ -b cookies.txt
Copy
{ "ok": true}
Requires an active session cookie with Moderator or higher permissions. Hierarchy is enforced: you can only unmute users below your permission level. Broadcasts a user:unmuted event to all connected clients.