---
title: "List account users"
method: GET
path: "/public/v1/users"
tags: ["Users"]
---

# List account users

`GET /public/v1/users`

Lists the users in your account. Use to resolve user IDs for user-relation fields and task assignment. Requires a USER API key.

## Response `200`

A list of users

- PublicUserList
  - `results` PublicUser[], required
    - `id` number, required
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `full_name` string, nullable
    - `email` string, nullable
    - `avatar` string, nullable
    - `role` 'OWNER' | 'ADMIN' | 'USER', required
    - `status` 'ACTIVE' | 'DELETED' | 'INVITED' | 'ONBOARDING', required

---

[API](https://skmtc.net/getfrontline/apis/public-api.md) · [All operations](https://skmtc.net/getfrontline/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getfrontline/public-api/revisions/9d33b6aad674/schema)
