---
title: "Get the user liability waiver status (if User has signed then check for the latest waiver is signed or not)"
method: GET
path: "/users/client/LiabilityReleaseStatus"
tags: ["Rest"]
---

# Get the user liability waiver status (if User has signed then check for the latest waiver is signed or not)

`GET /users/client/LiabilityReleaseStatus`

## Query parameters

- `clientId` integer

## Headers

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

## Response `200`

OK

- MindbodyRestApiDtoModelsClientClientLiabilityReleaseStatus — Client liability waiver status (if Consumer/Client has signed then status of the latest waiver is signed or not) and has studio opted for liability waiver
  - `HasConsumerSigned` boolean — latest status of the liability waiver signed by consumer
  - `RequireInConsumerMode` boolean — Enables/disables requiring customers to sign the release form when creating an account.

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