GET horizon/v1/userinfo

Returns user info

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Milenio3.Horizon.Dto.Entities.UserInfoDto
NameDescriptionTypeAdditional information
EmployeeId

integer

None.

DisplayName

string

None.

Birthday

date

None.

Gender

Milenio3.Horizon.Dto.Entities.Common.GenderType

None.

Photo

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
{
  "EmployeeId": 1,
  "DisplayName": "sample string 1",
  "Birthday": "2026-06-21T01:07:01.1890163+01:00",
  "Gender": "male",
  "Photo": "QEA="
}