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
{{ message }}
This repository was archived by the owner on Sep 3, 2025. It is now read-only.
Describe the bug
As an admin of the default organization I want to change another user's role from member to manager or owner and I get an error in the red bottom bar that reads "You don't have permissions to update your organization role." I get the same error in the REST API (see attached screenshots). I don't have Debug logging enabled so all I see in logs is web | INFO: 10.204.0.37:52367 - "PUT /default/users/4 HTTP/1.1" 403 Forbidden.
Expected behavior
I can change user's role according to the Dispatch documentation here.