---
title: "Create Ad-hoc user account(user outside your organization)."
method: POST
path: "/api/CreateAdhocUser"
tags: ["Accounts"]
---

# Create Ad-hoc user account(user outside your organization).

`POST /api/CreateAdhocUser`

## Headers

- `Authorization` string, required
- `UserName` string

## Request body

- BusinessObjectBusinessObjectAdhocUser — Adhoc user data
  - `Name` string, required — Name of the adhoc-user
  - `Email` string, required — Email of the adhoc-user
  - `ContactNumber` string — ContactNumber of the adhoc-user
  - `DOB` string — Date of birth in yyyy-mm-dd format
  - `GenderId` integer — 1-for male ,2-for female
  - `PAN` string — PAN NO
  - `Organization` string
  - `IdentificationNumber` string, required
  - `AlternativeEmail` string
  - `CountryCode` string

## Response `200`

OK

- EMDMSHelperReturnObjectSystemInt64
  - `IsSuccess` boolean
  - `Messages` string[]
  - `ErrorCode` integer
  - `Response` integer

---

[API](https://skmtc.dev/emsigner/apis/emsignerapi.md) · [All operations](https://skmtc.dev/emsigner/apis/emsignerapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/emsigner/emsignerapi/revisions/7d5d55e0d91d/schema)
