---
title: "Log in to an admin user account"
method: POST
path: "/v3/admin/login"
tags: ["Admin User"]
---

# Log in to an admin user account

`POST /v3/admin/login`

Logs in to an admin user account.

## Request body

- object
  - `identifiers` object, required
    - `email_address` string
  - `validators` object, required
    - `password` string
    - `use_sso` boolean — When this is present there should be no identifiers in the body. The user is identified through a `blaize_session` cookie.

## Response `200`

OK

- AdminUserLoginResponse
  - `cookie` string
  - `message` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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