---
title: "Gets a list of users who has subscribed for flex membership matching the provided search keyword query.
Find by FirstName, LastName, Email, or ID"
method: GET
path: "/Users/Get/FlexMembershipUsers"
tags: ["Rest"]
---

# Gets a list of users who has subscribed for flex membership matching the provided search keyword query.
Find by FirstName, LastName, Email, or ID

`GET /Users/Get/FlexMembershipUsers`

## Query parameters

- `searchKeyword` string, required
- `rows` integer, required

## Headers

- `Authorization` string, required

## Response `200`

OK

- MindbodyRestApiDtoModelsUsersControllersUserIdentityResponse — Response type returned from successful POST /Users/Get roundtrip containing basic user identity data.
  - `Id` integer — User's identifier
  - `FirstName` string — User's first name
  - `LastName` string — User's last name
  - `Email` string — User's email address
  - `Country` string — User's country
  - `IsVerified` boolean — Flag indicating if the user's email has been verified
  - `VerifiedDateTimeUtc` string, date-time — Datetime that the user verified their email

## Other responses

- `400` — BadRequest
- `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)
