Updates the details of a team member in the organization.
Documentation Index
Fetch the complete documentation index at: https://apidocs.neetodesk.com/llms.txt
Use this file to discover all available pages before exploring further.
{your-subdomain} with your workspace’s subdomain. Use the X-Api-Key header to provide your workspace API key. 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