Update a member
Partially updates a member's role, team assignment, or monthly budget — only fields explicitly present in the body are changed. Only an org_admin of that organization may call this. This endpoint has **no** "cannot demote the last org_admin" safeguard (that protection exists only on delete) — it is possible, in principle, to demote every org_admin this way, leaving the organization with none. This is verified current behavior, not a documentation simplification.
/api/v1/orgs/:orgId/members/:memberIdAuthorizations
AuthorizationrequiredAPI key as bearer token in the Authorization header.
Path parameters
orgIdrequiredThe organization ID, from a GET /orgs response.
memberIdrequiredThe member ID, from a list-members or add-a-member response.
Body
roleThe member's new role.
org_adminbilling_viewerteam_adminmemberteamIdReassigns the member to a given team; pass null to unassign from any team.
monthlyBudgetMonthly budget in USD; pass null to clear it.