---
title: "Get a user's push devices"
method: GET
path: "/Notification/Devices/{email}"
tags: ["Notification"]
---

# Get a user's push devices

`GET /Notification/Devices/{email}`

**Requires permission:** *IT*

Admin view of the push devices registered to a given user, surfaced on the Users admin screen.

## Path parameters

- `email` string, required

## Response `200`

Success - the user's registered devices

- GetUserDevicesResponse
  - `devices` GetUserDevicesPushDeviceSummary[]
    - `id` integer
    - `platform` string, nullable
    - `provider` string, nullable
    - `deviceName` string, nullable
    - `environment` string, nullable
    - `appVersion` string, nullable
    - `createdAt` string, date-time, nullable
    - `lastSeenAt` string, date-time, nullable
    - `active` boolean
    - `tokenPreview` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[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)
