This endpoint can be used to change the team-level role for the team member
Documentation Index
Fetch the complete documentation index at: https://docs-dev.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique ID of the team member to update
Update a team member's role
The new role to assign to the team member.
teams_owner, teams_contributor, teams_report_viewer "teams_owner"
Team member updated successfully
Unique ID of the team member.
"auth0|68da0038bab277c02ed1d4c8"
"google-oauth2|123456789012345678901"
Email of the team member
"john.doe@example.com"
"jane.smith@company.org"
The team-level role of the team member.
teams_owner, teams_contributor, teams_report_viewer "teams_owner"
Full name of the team member
"John Doe"
"Jane Smith"
First name of the team member. Returns empty string if not set.
"John"
"Jane"
Last name of the team member. Returns empty string if not set
"Doe"
"Smith"
Nickname of the team member. Returns empty string if not set.
"johndoe"
"jsmith"