---
title: "Gets user information by id or email."
method: POST
path: "/Users/UserInfo"
tags: ["Rest"]
---

# Gets user information by id or email.

`POST /Users/UserInfo`

## Headers

- `Authorization` string, required

## Request body

- MindbodyRestApiDtoModelsUsersControllersUserInfoRequest — Represents a request to retrieve user information.
  - `Id` integer — User Id.
  - `Email` string — User email.

## Response `200`

OK

- MindbodyRestApiDtoModelsUsersControllersUserResponse — Response type returned from successful GET /Users/{userId} roundtrip containing user data.
  - `Id` integer — User identifier
  - `FirstName` string — User first name
  - `LastName` string — User last name
  - `Email` string — User email
  - `Gender` 'NotChosen' | 'Male' | 'Female' — User gender
  - `BirthDay` string, date-time — User birthday
  - `LastSignedIn` string, date-time — Date that user last signed in
  - `IsVerified` boolean — User account verification status

## Other responses

- `401` — Unauthorized
- `404` — NotFound

---

[API](https://skmtc.net/mindbodyonline/apis/rest-api.md) · [All operations](https://skmtc.net/mindbodyonline/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mindbodyonline/rest-api/revisions/dc2736850e42/schema)
