Updates the details of a team member in the organization.
{your-subdomain} with your workspace’s subdomain. 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.
ID of the team member that you want to update. You can get this by listing all team members using the List all team members API.
"aaaabbbb-cccc-dddd-eeee-ffff00001111"
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"
OK - Request succeeded