You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to have an Admin API that impersonates a local user to demote themselves from admin in a room. Possibly with a check that returns an error if the user is the only current room member with admin permissions. And then possibly a {"force": true} or something body option.
The text was updated successfully, but these errors were encountered:
That is what I've been doing, but it's a lot of API calls to make, and easy to brick the room if you do something wrong when setting power levels, and impersonating users directly may not always be desired. Having an API to do all of it in one operation would be nice. (even if this API also makes the server impersonate the user).
Also doing it manually is not something we can ask most customers to do, but we could ask at least some of them to use one simple Admin API
Description:
It would be useful to have an Admin API that impersonates a local user to demote themselves from admin in a room. Possibly with a check that returns an error if the user is the only current room member with admin permissions. And then possibly a
{"force": true}
or something body option.The text was updated successfully, but these errors were encountered: