Update Profile
POST/api/users/updateprofile
Tier: Internal — subject to change without notice.
Self-service update of the caller's own contact details, dashboard settings, extended properties, and notification preferences.
UserId must equal the authenticated caller's id — this endpoint cannot be used to edit another user's profile.
Request
Responses
- 200
- 400
- 401
The updated user. See User.UserDetailDto.
UserId does not match the caller — InvalidOperation/"UserId"; or other validation failures.
Caller is not authenticated.