Skip to main content
PATCH

Update Team Member Role

Update the role of an existing team member to change their permissions and responsibilities.

Authentication

Requires Console API authentication with bearer token and x-source: console header.

Path Parameters

string
required
Unique identifier of the team.
string
required
Unique identifier of the member whose role is being updated.

Request Body

string
required
New role to assign to the member. Must be one of: “Organization_Admin”, “Organization_User”, “Team_Lead”, “Team_Member”.

Response Fields

object
required
Updated member data object.

Usage Examples

Pro Tip: Implement proper authorization checks to ensure only team leads and organization admins can update member roles.