---
title: "List of users by user type"
method: GET
path: "/v2/ticketing/app-user-contact"
tags: ["ticketing"]
---

# List of users by user type

`GET /v2/ticketing/app-user-contact`

Returns list of users (contacts, end-user, technician)

## Query parameters

- `pageSize` integer
- `anchorNaturalId` integer
- `searchCriteria` string
- `userType` 'TECHNICIAN' | 'END_USER' | 'CONTACT'
- `clientId` integer

## Response `200`

Returns a list of all users and contacts

- object[]
  - `uid` string, uuid — Global identifier for the user
  - `id` integer — User identifier
  - `clientId` integer — Client identifier
  - `firstName` string — The user's first name
  - `lastName` string — The user's last name
  - `email` string — The user's email address
  - `userType` 'TECHNICIAN' | 'END_USER' | 'CONTACT' — System User Type
  - `naturalId` string — Last User Identifier

---

[API](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0.md) · [All operations](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjarmm/ninjaone-public-api-2-0/revisions/753f26d46650/schema)
