Update a team member's role
This endpoint can be used to change the team-level role for the team member
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique ID of the team member to update
Body
Update a team member's role
The new role to assign to the team member.
teams_owner, teams_contributor, teams_report_viewer "teams_owner"
Response
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"