Update member role
Teams
Update member role
Change a team member’s role. Requires owner or admin role.
PATCH
Update member role
Authorizations
OAuth2 client-credentials flow against the Dealroom Auth0 tenant. Use the client_id / client_secret from a Programmatic API key. Tokens are valid for 24h — Swagger UI will reuse the same token across operations.
Path Parameters
Team ID
Pattern:
^\d+$Example:
"1"
User ID of the team member
Minimum string length:
1Example:
"auth0|abc123"
Body
application/json
New role for the member (cannot promote to owner)
Available options:
admin, member Example:
"admin"
Response
Member role updated