---
title: "Finds owner logins which have not been migrated to Staff Identity."
method: GET
path: "/Subscribers/Businessinformation/UnmigratedOwners"
tags: ["Rest"]
---

# Finds owner logins which have not been migrated to Staff Identity.

`GET /Subscribers/Businessinformation/UnmigratedOwners`

## Headers

- `Authorization` string, required
- `SiteId` integer, required

## Response `200`

OK

- MindbodyRestApiDtoModelsSiteUnmigratedStaffLogin[]
  - `FirstName` string — Owner's first name
  - `LastName` string — Owner's last name
  - `Username` string — Owner's username

## Other responses

- `401` — Unauthorized

---

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