---
title: "GET /networks/{networkId}/users/{userId}/devices"
method: GET
path: "/networks/{networkId}/users/{userId}/devices"
---

# GET /networks/{networkId}/users/{userId}/devices

`GET /networks/{networkId}/users/{userId}/devices`

Retrieves a paginated list of devices associated with a specific user in a Wickr network. This operation returns information about all devices where the user has logged into Wickr.

## Path parameters

- `networkId` string, required
- `userId` string, required

## Query parameters

- `nextToken` string
- `maxResults` integer
- `sortFields` string
- `sortDirection` 'ASC' | 'DESC'

## Response `200`

Success

- ListDevicesForUserResponse
  - `nextToken` string — The token to use for retrieving the next page of results. If this is not present, there are no more results.
  - `devices` BasicDeviceObject[], required — A list of device objects associated with the user within the current page.
    - `appId` string — The unique application ID for the Wickr app on this device.
    - `created` string — The timestamp when the device first appeared in the Wickr database.
    - `lastLogin` string — The timestamp when the device last successfully logged into Wickr. This is also used to determine SSO idle time.
    - `statusText` string — The current status of the device, either 'Active' or 'Reset' depending on whether the device is currently active or has been marked for reset.
    - `suspend` boolean — Indicates whether the device is suspended.
    - `type` string — The operating system of the device (e.g., 'MacOSX', 'Windows', 'iOS', 'Android').

## Other responses

- `480` — ValidationError
- `481` — BadRequestError
- `482` — ResourceNotFoundError
- `483` — ForbiddenError
- `484` — UnauthorizedError
- `485` — InternalServerError
- `486` — RateLimitError

---

[API](https://skmtc.net/aws/apis/wickr.md) · [All operations](https://skmtc.net/aws/apis/wickr/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/wickr/versions/71d396c2af63/schema)
