---
title: "Get Users"
method: GET
path: "/users"
tags: ["Users"]
---

# Get Users

`GET /users`

Returns Express user objects. This is a paged endpoint (see Paging).
### Authorization Required:
  - Designer Administrator

## Query parameters

- `limit` integer
- `sort` string
- `filter` string
- `showServiceUsers` boolean

## Response `200`

Users

- UserResponse[]
  - `userId` string, required
  - `name` string, required
  - `email` string, required
  - `phone` string
  - `role` string — One of the roles configured in Unqork
  - `expressRoles` string[] — Express roles configured in Unqork
  - `groups` string[] — List of groups configured in Unqork
  - `applicationRoles` object — Map of applications to roles
  - `created` string, date-time, required
  - `modified` string, date-time, required
  - `isServiceUser` boolean
  - `lastLogin` string, date-time
  - `...customAttributes` string — Custom attributes will be included as additional keys in the response body.

## Other responses

- `default` — Error

---

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