---
title: "Get user info."
method: POST
path: "/External/GetUserInfo"
tags: ["External"]
---

# Get user info.

`POST /External/GetUserInfo`

<br>
  <i>Replaces "AVRCMSService/External/AUTHGetUserInfo" service.</i>
</br>

## Headers

- `X-Version` string

## Response `200`

Success

- GetUserInfoResponseV0
  - `userId` integer
  - `loginName` string, nullable
  - `email` string, nullable
  - `firstName` string, nullable
  - `lastName` string, nullable
  - `userGuid` string, nullable
  - `photoUrl` string, nullable
  - `phone` string, nullable
  - `languageCode` string, nullable
  - `loginEmail` string, nullable
  - `defaultInstituteId` integer

## Other responses

- `400` — If param invalid
- `401` — If unauthorized

---

[API](https://skmtc.dev/eon-xr/apis/eonxr-api.md) · [All operations](https://skmtc.dev/eon-xr/apis/eonxr-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eon-xr/eonxr-api/revisions/538c75161c64/schema)
