Update a member’s role within an organization. Requires manage permission (owner or admin). The organization owner’s role cannot be changed.
Bearer authentication header of the form Bearer
Organization the member belongs to. Pattern: org_[0-9a-hjkmnp-tv-z]{26}
^org_[0-9a-hjkmnp-tv-z]{26}$User account ID of the member to update. Pattern: user_[0-9a-hjkmnp-tv-z]{26}
^user_[0-9a-hjkmnp-tv-z]{26}$UpdateOrganizationMemberRequest identifies a member and the new role.
New role for the member. Cannot be UNSPECIFIED or OWNER. OWNER transfer is not supported — the owner is set at organization creation.
owner, admin, member Success
UpdateOrganizationMemberResponse contains the updated member.
The updated organization member with the new role.