---
title: "Get User Token"
method: POST
path: "/open/partner/users/access-token"
tags: ["Authentication API"]
---

# Get User Token

`POST /open/partner/users/access-token`

User-level token. Exchange a partner access token for a per-user access token. This is the token the Embedded SDK and file upload endpoints accept.

## Parameters

- `9b17eb9a-204f-4273-85f4-944417ed2896` — unresolved $ref

## Request body

- object
  - `user_id` string, required — Your stable identifier for the user.
  - `expires_in` integer — Requested lifetime of the user access token, in seconds.

## Response `200`

User access token issued

- UserTokenResponse
  - `access_token` string — The user access token.
  - `token_type` string — The token type.
  - `expires_in` integer — Lifetime of the access token, in seconds.

---

[API](https://skmtc.net/plaud/apis/authentication-tokens.md) · [All operations](https://skmtc.net/plaud/apis/authentication-tokens/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/plaud/authentication-tokens/revisions/062a14150fe6/schema)
