---
title: "Check User Authentication Method"
method: GET
path: "/account/auth/login/method"
tags: ["Auth - Login"]
---

# Check User Authentication Method

`GET /account/auth/login/method`

Returns the login type configured for the user. This indicates whether the user authenticates directly via Azion credentials (login) or via a federated Identity Provider (federated) linked to their account.
This endpoint allows clients to determine whether to proceed with Azion's native login flow or redirect the user to the Identity Provider (IdP) for authentication.

## Query parameters

- `email` string, email
- `fields` string

## Response `200`

User authentication method retrieved successfully.

- UserLoginMethodResponse
  - `method` string, required — Login method type (lowercase with underscores)
  - `url` string, uri, required

## Other responses

- `400` — Validation Error
- `401` — Authentication Failed
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `406` — Not Acceptable
- `429` — Throttled
- `500` — Internal Server Error

---

[API](https://skmtc.dev/azion/apis/azion-api.md) · [All operations](https://skmtc.dev/azion/apis/azion-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azion/azion-api/revisions/bb3250697218/schema)
