User Management
Update User Details
Updates the profile information for a specific user. Requires user:update
scope unless updating self. Updating email or mobile number will reset verification status and trigger new verification flows. Can also update user roles within the team.
PUT
Authorizations
Standard OAuth2 flow for user authentication. Use Authorization Code Grant or Implicit Grant. JWT Bearer tokens obtained are used for subsequent requests.
Path Parameters
UUID of the user to update.
Body
application/json
User profile information to update.
Fields for updating a user's profile. Email/Mobile changes trigger re-verification.
Response
200
application/json
User updated successfully.
The response is of type object
.