---
title: "Grant a User Identity Access to a Device"
method: POST
path: "/user_identities/grant_access_to_device"
tags: ["/user_identities"]
---

# Grant a User Identity Access to a Device

`POST /user_identities/grant_access_to_device`

Grants a specified [user identity](/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity) access to a specified [device](/core-concepts/devices).

## Request body

- object
  - `device_id` string, uuid, required — ID of the managed device to which you want to grant access to the user identity.
  - `user_identity_id` string, uuid, required — ID of the user identity that you want to grant access to a device.

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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