Update a team member.
{your-subdomain} with your workspace’s subdomain. API key. Refer to Authentication for more information.
Must be application/json.
application/json Id of the team member that you want to update. You can get team_member_id by listing all team members using our List team members API. Here you will see id for each team member.
"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