Skip to main content
PUT
Update Team Member
V2 Preview — This endpoint is part of the V2 API preview. Breaking changes may occur.

Overview

Update an existing team member’s profile, password, or permissions. All fields are optional — only provided fields are updated.

Use Cases

  • Update a team member’s permissions as their role changes
  • Reset a team member’s password
  • Correct profile information

Path Parameters

string
required
The team member’s user ID.

Request Body

string
Updated email address. Must be a valid email format.
string
New password. Minimum 6 characters, maximum 100 characters.
object
Profile information.
string
First name. Maximum 100 characters.
string
Last name. Maximum 100 characters.
string
Phone number. Maximum 50 characters.
string[]
Updated array of permission strings. Replaces the existing permissions entirely.

Response

200

Example