---
title: "Retrieves the collection of User resources."
method: GET
path: "/users"
tags: ["User"]
---

# Retrieves the collection of User resources.

`GET /users`

Retrieves the collection of User resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

User collection

- User[]
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — the unique identifier of the source 3rd party integration
  - `email` string, nullable — User email address
  - `lastName` string, nullable — User last name
  - `firstName` string, nullable — User first name
  - `modified` string, date-time, nullable — Date and time user information last modified
  - `role` string, nullable — User role in the company
  - `primaryPhone` string, nullable — Piamry phone number
  - `addressLine1` string, nullable — User location line1 address
  - `city` string, nullable — User location line2 address
  - `country` string, nullable — User location country address
  - `postalCode` string, nullable — User location postalcode
  - `company` string, nullable — The company user works in
  - `profileUrl` string, nullable — A URL that can be used to view the user's information without logging in.
  - `department` string, nullable — The department user works in
  - `created` string, date-time, nullable — When the user objects created
  - `name` string, nullable — Name of the user

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/revisions/d08a107895ad/schema)
