Get Single
GET/api/users/getuser/:id
Tier: Internal — subject to change without notice.
Returns the full detail of a single user, merged with its linked person's detail.
Unlike PersonController.GetSinglePerson, an unknown id is not null-guarded — the response body is simply null. Clients must null-check.
Request
Responses
- 200
- 401
- 403
The user, or null if the id is unknown. See User.UserDetailDto.
Caller is not authenticated.
Caller does not have Read permission on the User module.