Update Organization User Role
Organizations
Update Organization User Role
Change a user’s role within an organization
PATCH
Update Organization User Role
PATCH /organizations//users/
Reassign the organization-level role for an existing member. Use this to promote or demote users within the organization’s role hierarchy.Notes
- Requires
ownerrole. Only organization owners can change user roles. Returns403for all other roles. - Valid roles are:
owner,admin,member,viewer. - Returns
422if the supplied role is not one of the valid options. - Returns
404if the target user is not a member of the organization. - Promoting a user to
ownerautomatically grants themadmin-level workspace access across all workspaces in the organization.
- See List Organization Users to review current memberships before making changes.
