---
title: "List all existing internal users."
method: GET
path: "/api/ListUsers"
tags: ["Accounts"]
---

# List all existing internal users.

`GET /api/ListUsers`

## Headers

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

## Response `200`

OK

- EMDMSHelperReturnObjectSystemCollectionsGenericListEmsignerAPIBusinessObjectUserViewModelGet
  - `IsSuccess` boolean
  - `Messages` string[]
  - `ErrorCode` integer
  - `Response` EmsignerAPIBusinessObjectUserViewModelGet[]
    - `Name` string, required — Name of the User
    - `MobileNumber` string — MobileNo of the User
    - `EmailID` string, required — EmailId of the User(Required only while creating new user)
    - `DepartmentID` integer, required — DeapartmentId of the User(Fetched using ListDepartments api)
    - `Designation` string — Designation of the User
    - `InternalUser2FA` boolean, required — True if login needs to be enabled with Username, Password and OTP
    - `UserRoleId` integer, required — UserRoleId: Fetched using GetRoles
    - `Address` string — Address of the User
    - `State` string — State of the User
    - `City` string — City of the User
    - `ZipCode` string — Pin number of the User
    - `IsAdmin` boolean — true if user will be having admin access
    - `CompanyName` string, required — Comapany name of the User
    - `Country` string, required — Country name of the User
    - `SignatureOption` integer, required — 1-Enable LTV, 2-TimeStamp,3-None
    - `AlternativeEmailId` string — Alternative EmailId of the user(Required only while creating new user)
    - `SubscriberId` integer — SubscriberId of the existing user(Required only while updation)
    - `IsActive` boolean

---

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