Organizations
Change member role
Update a member's role within the organization. Requires owner or admin role.
patch/team/role
Request body
Example request
{
"memberId": "mem_abc123",
"role": "admin"
}Response
Role updated
Update a member's role within the organization. Requires owner or admin role.
{
"memberId": "mem_abc123",
"role": "admin"
}Role updated