Update team member
Updates the details of a team member in the organization.
{your-subdomain} with your workspace’s subdomain. Learn how to find your subdomain in Workspace subdomain.
Headers
Use the X-Api-Key header to provide your workspace API key. Refer to Authentication for more information.
Path Parameters
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"
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"
Response
OK - Request succeeded