---
title: "(Auth)"
method: GET
path: "/organizations/{organizationId}/login-history"
tags: ["UserHistory"]
---

# (Auth)

`GET /organizations/{organizationId}/login-history`

## Path parameters

- `organizationId` integer, required

## Query parameters

- `SortField.Name` string
- `SortField.Order` 0 | 1 — Asc = 0 Desc = 1
- `PageNumber` integer
- `PageSize` integer

## Response `200`

Success

- UserLoginRecordPageResult
  - `items` UserLoginRecord[], nullable
    - `phone` string, nullable
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `id` integer
    - `email` string, nullable
    - `loginCount` string, nullable
    - `lastLogin` string, date-time, nullable
    - `lastIp` string, nullable
    - `isBlocked` boolean, nullable
    - `country` string, nullable
    - `city` string, nullable
  - `pageNumber` integer
  - `pageSize` integer
  - `totalItems` integer
  - `totalPages` integer

---

[API](https://skmtc.net/diabatix/apis/identity-api.md) · [All operations](https://skmtc.net/diabatix/apis/identity-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/diabatix/identity-api/revisions/81fb509120cf/schema)
