---
title: "Finds Owner information for a business."
method: GET
path: "/Subscribers/Businessinformation/Owner"
tags: ["Rest"]
---

# Finds Owner information for a business.

`GET /Subscribers/Businessinformation/Owner`

## Query parameters

- `request.includeCorporateUser` boolean

## Headers

- `SiteId` integer, required

## Response `200`

OK

- MindbodyRestApiDtoModelsSiteOwner[]
  - `Email` string — Email Address
  - `FirstName` string — First Name
  - `LastName` string — Last Name
  - `TrainerId` integer — Local Staff Id for the owner
  - `UniversalLoginId` integer — Universal Id for the owner's login name (sModeId)

## 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)
