Update User
POST/api/users/updateuser
Tier: Internal — subject to change without notice.
Full-replace update of a user's linked person and login fields.
Inherits UpdatePersonDto's full-replace semantics for the person portion — see User.UpdateUserDto.
Request
Responses
- 200
- 400
- 401
- 403
The updated user. See User.UserDetailDto.
Unknown id — empty error array; or the same person/login validation failures as UserController.CreateUser(...).
Caller is not authenticated.
Caller does not have Update permission on the User module.