{your-workspace}
with your workspace’s subdomain. Learn how to find your subdomain in Identifying your subdomain.
Headers
X-Api-Key is used to authenticate requests using an API key. Provide your API key in this header to access protected endpoints. Refer to Authentication for more information.
Specifies the expected response format. Must be set to application/json
for proper API communication.
application/json
Path Parameters
Id of the team member that you want to update. You can get team_member_id
by listing all team members using our List all team members API. Here you will see id for each team member.
"13c02be6-8bd4-4dda-b9e6-07df53feb8a4"
Body
Email of the team member.
"oliver@example.com"
First name of the team member.
"Oliver"
Last name of the team member.
"Smith"
Time zone for the team member. It should be a valid time zone.
"Asia/Kolkata"
Organization role for the team member. This value should be one of the organization roles of your workspace. The list of organization roles can be seen in Roles page. This value is case sensitive.
"Admin"
Whether the team member is active or not.
false
Response
OK - Request succeeded