Organizations
Change member role
Update a member's role within the organization. Requires owner or admin role.
patch/orgs/current/members/{memberId}
Path parameters
memberIdstring required
Example:mem_abc123
Request body
Example request
{
"role": "admin"
}Response
Role updated