---
title: "Gets subscriptions for a user."
method: GET
path: "/subscriptions/{subscriberID}"
---

# Gets subscriptions for a user.

`GET /subscriptions/{subscriberID}`

## Path parameters

- `subscriberID` string, required

## Response `200`

success

- User[]
  - `create_at` integer, required — Created time in miliseconds since the current epoch
  - `delete_at` integer, required — Deleted time in miliseconds since the current epoch, set to indicate user is deleted
  - `id` string, required — The user ID
  - `is_bot` boolean, required — If the user is a bot or not
  - `is_guest` boolean, required — If the user is a guest or not
  - `props` object, required — User settings
  - `update_at` integer, required — Updated time in miliseconds since the current epoch
  - `username` string, required — The user name

## Other responses

- `default` — internal error

## Changes

- **2022-04-13** `8e122d5d731c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mattermost/apis/focalboard-server/changes/subscriptions/:subscriberID/get.md)

---

[API](https://skmtc.dev/mattermost/apis/focalboard-server.md) · [All operations](https://skmtc.dev/mattermost/apis/focalboard-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mattermost/focalboard-server/revisions/c529a648bb5b/schema)
