---
title: "Activate device for user"
method: POST
path: "/v1/devices/{deviceUuid}/activate"
tags: ["Devices"]
---

# Activate device for user

`POST /v1/devices/{deviceUuid}/activate`

Link a registered device to an authenticated user after login. Optionally pass userId with internal API access to act on behalf of another user.

## Path parameters

- `deviceUuid` string, required

## Request body

- object
  - `userId` string
  - `appId` 'com.bluehive.employers' | 'com.bluehive.providers'

## Response `200`

Default Response

- object
  - `success` boolean

## Other responses

- `401` — Default Response
- `403` — Default Response
- `404` — Default Response

---

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