Update a user profile
POST/userApi/updateProfile
Updates the authenticated user's profile and returns the full updated user profile payload. This endpoint updates the current user from the bearer token (no user ID in path or body). The request always requires first_name and last_name, even when you update only one profile field.
Request
Responses
- 200
- 401
- 403
Returns the updated user profile and organization settings.
Unauthorized. Missing, invalid, or expired token.
Forbidden. Not enough permissions.