---
title: "GET /api/services/app/UserLogin/GetUserLoginAttempts"
method: GET
path: "/api/services/app/UserLogin/GetUserLoginAttempts"
tags: ["UserLogin"]
---

# GET /api/services/app/UserLogin/GetUserLoginAttempts

`GET /api/services/app/UserLogin/GetUserLoginAttempts`

## Query parameters

- `Filter` string
- `StartDate` string, date-time
- `EndDate` string, date-time
- `Result` 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11
- `Sorting` string
- `MaxResultCount` integer
- `SkipCount` integer

## Response `200`

Success

- PagedResultDtoOfUserLoginAttemptDto
  - `items` UserLoginAttemptDto[], nullable
    - `tenancyName` string, nullable
    - `userNameOrEmail` string, nullable
    - `clientIpAddress` string, nullable
    - `clientName` string, nullable
    - `browserInfo` string, nullable
    - `result` string, nullable
    - `creationTime` string, date-time
  - `totalCount` integer

---

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