---
title: "List failed login attempts"
method: GET
path: "/app/{app_id}/enterprise-portal/failed-login-attempts"
tags: ["enterprisePortal"]
---

# List failed login attempts

`GET /app/{app_id}/enterprise-portal/failed-login-attempts`

List failed login attempts for the enterprise portal users.


Required RBAC Policy: kots/app/[:appid]/enterprise-portal/failed-login-attempts/read

## Path parameters

- `app_id` string, required

## Query parameters

- `Limit` integer
- `Offset` integer
- `FilterEmail` string
- `Sort` string
- `Order` string

## Response `200`

- object
  - `attempts` FailedLoginAttempt[]
    - `app_id` string
    - `created_at` string, date-time
    - `email_address` string
    - `id` string
    - `ip_address` string
    - `login_url` string
    - `team_id` string
  - `total` integer

## Other responses

- `400` — Returned on bad input
- `401` — Return if the caller is not authorized
- `403` — Returned if the caller does not have the needed permission
- `404` — Returned on resource not found

---

[API](https://skmtc.net/replicated/apis/vendor-api-v3.md) · [All operations](https://skmtc.net/replicated/apis/vendor-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/replicated/vendor-api-v3/versions/6fcf9e54aba4/schema)
