---
title: "Gets custom gender options for a specific subscriber."
method: GET
path: "/Settings/Clients/GenderOptions"
tags: ["Rest"]
---

# Gets custom gender options for a specific subscriber.

`GET /Settings/Clients/GenderOptions`

## Query parameters

- `request.includeInactive` boolean
- `request.includeSystem` boolean

## Headers

- `SiteId` integer, required

## Response `200`

OK

- MindbodyRestApiDtoModelsSettingsControllersGetGenderOptionsResponse — Response that contains gender options results for specific site.
  - `GenderOptions` MindbodyRestApiDtoModelsSettingsGenderOption[] — The gender options that are available for a specific site.
    - `Id` integer — The gender option unique identifier.
    - `Name` string — The name of the gender option.
    - `IsActive` boolean — If the gender option is active.
    - `IsSystem` boolean — If the gender option is a default or system option.

---

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