---
title: "Creates external identity for jwt"
method: POST
path: "/v1/account/identities/jwt"
tags: ["uncategorized"]
---

# Creates external identity for jwt

`POST /v1/account/identities/jwt`

## Request body

- JwtRequest
  - `value` string — base64 encoded JWT

## Response `201`

Created

- IdentityResponseDto
  - `id` integer — id
  - `issuer` string — issuer
  - `firstName` string — first name
  - `lastName` string — last name
  - `picture` string — picture URL
  - `emailAddress` string — email address
  - `links` Link[] — links
    - `rel` string
    - `href` string

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.dev/linkmobility/apis/untitled-api.md) · [All operations](https://skmtc.dev/linkmobility/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linkmobility/untitled-api/revisions/db84f79799b9/schema)
