---
title: "Get a list of Users"
method: GET
path: "/Users"
tags: ["Users"]
---

# Get a list of Users

`GET /Users`

This operation returns the key and ID of all Users in the Ascribe Account.

## Response `200`

OK

- GetUsersResponse — The users property contains a list of users.
  - `errorMessage` string, nullable
  - `users` User[], required — A list of users.
    - `key` integer, required — The key for this user. The key for a user cannot be changed, and will always identify that user in the account.
    - `id` string, required — The user's logon id. This value is unique by case-insensitive comparison across all users in the account. However, this value may be changed by an administrator of the account.

---

[API](https://skmtc.net/voxco/apis/acuity-webapi-1-0.md) · [All operations](https://skmtc.net/voxco/apis/acuity-webapi-1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voxco/acuity-webapi-1-0/revisions/2ea4b8555197/schema)
