---
title: "List all existing Ad-hoc users."
method: POST
path: "/api/ListAdhocUsers"
tags: ["Accounts"]
---

# List all existing Ad-hoc users.

`POST /api/ListAdhocUsers`

## Headers

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

## Request body

- EmsignerAPIBusinessObjectUserSearchView
  - `pagenumber` integer, required — Used for pagination 1,gives 1-10 records , 2 gives 11-20 and so on
  - `EmailId` string — EmailId of the adhocuser
  - `Name` string — Name of the adhocuser
  - `Organization` string — Organization of the adhocuser
  - `Status` integer — 1-active,2-pending for approval,3-rejected,default 1
  - `CreatedDate` string — CreatedDate in yyyy-MM-dd format
  - `UpdatedOn` string
  - `RejectedBy` string
  - `Remarks` string
  - `CreatedBy` string

## Response `200`

OK

- EMDMSHelperReturnObjectSystemCollectionsGenericListBusinessObjectBusinessObjectAdhocUserGet
  - `IsSuccess` boolean
  - `Messages` string[]
  - `ErrorCode` integer
  - `Response` BusinessObjectBusinessObjectAdhocUserGet[]
    - `Name` string, required — Name of the adhoc-user
    - `Email` string, required — Email of the adhoc-user
    - `ContactNumber` string — ContactNumber of the adhoc-user
    - `CountryCode` string
    - `Organization` string
    - `AlternativeEmail` string
    - `SubscriberId` integer
    - `IsRejected` boolean
    - `RejectedBy` string
    - `IsActive` boolean
    - `CreatedDateTime` string, date-time
    - `NationalId` string
    - `Createdby` string

---

[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)
