---
title: "POST /api/auth/v1/external-users"
method: POST
path: "/api/auth/v1/external-users"
tags: ["Auth Module"]
---

# POST /api/auth/v1/external-users

`POST /api/auth/v1/external-users`

## Request body

- InsertExternalUserTokenDTO
  - `evidence` object, required — Evidence of the external user. Recommended to include any traceability information about the user and device being used
  - `email` string, required
  - `first_name` string
  - `last_name` string
  - `phone` string
  - `id_advisor` string
  - `confirmed_by_external_user` boolean

## Response `200`

- AuthenticationToken
  - `access_token` string, required
  - `expires_in` number, required

## Other responses

- `401` — Invalid JWT token - Authentication required

---

[API](https://skmtc.dev/complif/apis/complif-apis.md) · [All operations](https://skmtc.dev/complif/apis/complif-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/complif/complif-apis/revisions/2bbf0308cd2e/schema)
