---
title: "Show User Security Event"
method: GET
path: "/user_security_events/{id}"
tags: ["user_security_events", "User Security Events"]
---

# Show User Security Event

`GET /user_security_events/{id}`

Show User Security Event

## Path parameters

- `id` integer, required

## Response `200`

The UserSecurityEvents object.

- UserSecurityEventEntity — UserSecurityEventEntity model
  - `id` integer — Event ID
  - `event_type` 'lockout' — Type of user security event being recorded.
  - `body` string — Event body.
  - `event_errors` string[] — Event errors.
  - `created_at` string, date-time — Event create date/time.
  - `body_url` string — Link to log file.
  - `user_id` integer — User ID.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

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