Skip to main content

Update User Info

PATCH 

/v1/users/info

Updates personal information for a specific user. This endpoint allows modification of user profile details such as first name and last name.

Updatable Fields:

  • First name
  • Last name

Non-Updatable Fields:

  • Email address (requires separate verification flow)
  • User ID
  • Username
  • Email verification status

Permissions Required:

  • Must be the user themselves, or
  • Must have admin role in the organization

Request

Responses

User information updated successfully. Returns the updated user data.