---
title: "POST /v1/Registration/CreatePortalUserWithoutConfirmation"
method: POST
path: "/v1/Registration/CreatePortalUserWithoutConfirmation"
tags: ["Registration"]
---

# POST /v1/Registration/CreatePortalUserWithoutConfirmation

`POST /v1/Registration/CreatePortalUserWithoutConfirmation`

## Request body

- AdaptekApiApplicationRegistrationCommandsCreatePortalUserWithoutConfirmationCreatePortalUserWithoutConfirmationCommand
  - `firstName` string, nullable
  - `middleName` string, nullable
  - `lastName` string, nullable
  - `preferredName` string, nullable
  - `email` string, nullable
  - `agentId` integer
  - `userCreatedId` integer, nullable

## Response `200`

New endpoint for create portal user. Returns the ID of the new user

## Other responses

- `400` — The data provided was not valid

---

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