---
title: "Log out of the user account"
method: POST
path: "/blaize/logout"
tags: ["Authentication"]
---

# Log out of the user account

`POST /blaize/logout`

Logs out of the user account.

## Headers

- `cookie` string

## Request body

- AdminUserLogoutRequest
  - `where` string — An enum of describing which sessions/devices to log out of. Options are `JUST_HERE`, `THIS_DEVICE`, `OTHER_DEVICES`, `EVERYWHERE`. These options are only valid when Single Sign-On is configured. When SSO is configured as `autoLogin`, then the default behaviour is `THIS_DEVICE`. When SSO is configured as `optIn`, then the default behaviour is `JUST_HERE`. `JUST_HERE` is not a valid option when SSO is configured as `autoLogin`.

## Response `200`

OK

- AdminUserLogoutResponse
  - `message` string

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/zuora/apis/public-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/public-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/public-api-reference/revisions/0400dd83950b/schema)
