Skip to main content

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

The user, or null if the id is unknown. See User.UserDetailDto.