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
- 200
- 400
- 401
- 403
- 404
User information updated successfully. Returns the updated user data.
Bad request - Invalid input parameters, empty update object, or validation errors
Unauthorized - Missing or invalid authentication token
Forbidden - Authenticated but lacking permission to update this user's information
Not found - User with the specified ID does not exist