---
title: "Sign-in activity for a blocked account"
method: GET
path: "/Auth/Blocks/{id}/Activity"
tags: ["Auth"]
---

# Sign-in activity for a blocked account

`GET /Auth/Blocks/{id}/Activity`

**Requires permission:** *IT*

Returns the account's successful AND failed sign-in activity, merged and newest first, so IT can judge whether a block was justified before removing it. IT only.

## Path parameters

- `id` integer, required

## Response `200`

Success

- GetUserBlockActivityResponse
  - `email` string, nullable
  - `entries` GetUserBlockActivityEntry[]
    - `at` string, date-time, nullable
    - `kind` string, nullable
    - `outcome` string, nullable
    - `provider` string, nullable
    - `ip` string, nullable
    - `city` string, nullable
    - `country` string, nullable
    - `deviceName` string, nullable
    - `deviceType` string, nullable
    - `userAgent` string, nullable
    - `details` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Block not found

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
