---
title: "POST /describeDevice"
method: POST
path: "/describeDevice"
deprecated: true
---

# POST /describeDevice

`POST /describeDevice`

> **Deprecated.**

Provides information about a user's device.

## Request body

- object
  - `FleetArn` string, required — The ARN of the fleet.
  - `DeviceId` string, required — A unique identifier for a registered user's device.

## Response `200`

Success

- DescribeDeviceResponse
  - `Status` 'ACTIVE' | 'SIGNED_OUT' — The current state of the device.
  - `Model` string — The model of the device.
  - `Manufacturer` string — The manufacturer of the device.
  - `OperatingSystem` string — The operating system of the device.
  - `OperatingSystemVersion` string — The operating system version of the device.
  - `PatchLevel` string — The operating system patch level of the device.
  - `FirstAccessedTime` string, date-time — The date that the device first signed in to Amazon WorkLink.
  - `LastAccessedTime` string, date-time — The date that the device last accessed Amazon WorkLink.
  - `Username` string — The user name associated with the device.

## Other responses

- `480` — UnauthorizedException
- `481` — InternalServerErrorException
- `482` — InvalidRequestException
- `483` — ResourceNotFoundException
- `484` — TooManyRequestsException

---

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