Organizations
Update an Organization Member's Roles
Update a member's organization-level and team-level roles.
Note that for changing organization-roles, this endpoint is restricted to user auth tokens. Additionally, both the original and desired organization role must have the same or lower permissions than the role of the organization user making the request
For example, an organization Manager may change someone's role from Member to Manager, but not to Owner.
put/api/0/organizations/{organization_id_or_slug}/members/{member_id}/
Path parameters
organization_id_or_slugstring required
The ID or slug of the organization the resource belongs to.
member_idstring required
The ID of the member to update.