---
title: "Last Login Time"
method: GET
path: "/iam/activity_log/logins"
tags: ["Account"]
---

# Last Login Time

`GET /iam/activity_log/logins`

Information about the account's last login time.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK.

- LastLoginTimeSchema
  - `count` number, required — Total number of users
  - `next` string — URL to the next users slice
  - `previous` string — URL to the previous users slice
  - `result` LastLoginTimeItem[], required
    - `id` integer, required — The account ID.
    - `login_at` string, required — ISO 8086/RFC 3339 format
    - `ip_address` string, required — IP Address
    - `user_agent` string, required — User-Agent
    - `is_successful` boolean, required — Successful login or not
    - `auth_type` string, required — Describes the type of authentication
    - `user` integer, required — UserID

## Other responses

- `400` — Validation error
- `403` — You do not have permission to perform this action.
- `404` — Not found.

---

[API](https://skmtc.net/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.net/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/versions/09e652815095/schema)
