---
title: "Gets multiple client profile with image url at a studio"
method: POST
path: "/users/client/ClientsProfile"
tags: ["Rest"]
---

# Gets multiple client profile with image url at a studio

`POST /users/client/ClientsProfile`

## Query parameters

- `includeImage` boolean

## Headers

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

## Request body

- MindbodyRestApiDtoModelsClientClientsProfileRequest — Request for getting client profile for multiple client ids
  - `ClientIds` integer[] — List of client ids

## Response `200`

OK

- MindbodyRestApiDtoModelsClientClientProfileAndImage[]
  - `ImageUrl` string — Client profile image Url
  - `Id` integer — ClientId aka UniqueId
  - `ExternalId` string — RSSID
  - `FirstName` string — First Name
  - `LastName` string — Last Name
  - `MiddleName` string — Middle Name
  - `Email` string — Email
  - `HomePhone` string — Home Phone Number
  - `WorkPhone` string — Work Phone Number
  - `MobilePhone` string — Mobile Phone Number
  - `Address` string — Client Stree Address
  - `Address2` string — Client Street Address Line 2
  - `City` string — City for Client Address
  - `State` string — State for Client Address
  - `Country` string — Country for Client Address
  - `PostalCode` string — Client Address Zip Code
  - `Gender` string — Gender
  - `BirthDate` string, date-time — Birthdate
  - `ReferredBy` string — Name of client who referred this client
  - `EmergencyContactInfoName` string — Name of Emergency contact
  - `EmergencyContactInfoRelationship` string — Emergency contact's relationship to this client
  - `EmergencyContactInfoPhone` string — Phone number of emergency contact
  - `EmergencyContactInfoEmail` string — Email of emergency contact
  - `HomeLocation` MindbodyRestApiDtoModelsLocationLocation — Object that represents a subscriber's location.
    - `Id` integer — location identifier
    - `Name` string — location name
    - `BillingAccountId` string — location specific BillingAccountId
    - `MerchantAccountProcessingId` string — Location specific Merchant Account Processing Id.
  - `ClientCreditCard` MindbodyRestApiDtoModelsClientClientCreditCard
    - `CardType` string
    - `CardLastFour` string

## Other responses

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