Change member role
Workspace Members
Change member role
Assigns a workspace role to an existing member. The actor must hold the members:role-change permission and the target role must be assignable by their own role (you can’t promote a member into a role that exceeds yours). System role assignment is allowed; system roles themselves are immutable. Effective on the member’s next JWT refresh — typically within the JWT TTL window (~60min); for instant cutover, sign the user out via the Supabase admin dashboard.
PATCH
Change member role
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.