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

# Retrieves users

`GET /Users`

## Query parameters

- `where` string
- `order` string

## Headers

- `If-Modified-Since` string, date-time

## Response `200`

Success - return response of type Users array of all User

- Users
  - `Users` User[]
    - `UserID` string, uuid — Xero identifier
    - `EmailAddress` string — Email address of user
    - `FirstName` string — First name of user
    - `LastName` string — Last name of user
    - `UpdatedDateUTC` string — Timestamp of last change to user
    - `IsSubscriber` boolean — Boolean to indicate if user is the subscriber
    - `OrganisationRole` 'READONLY' | 'INVOICEONLY' | 'STANDARD' | 'FINANCIALADVISER' | 'MANAGEDCLIENT' | 'CASHBOOKCLIENT' | 'UNKNOWN' | 'REMOVED' — User role that defines permissions in Xero and via API (READONLY, INVOICEONLY, STANDARD, FINANCIALADVISER, etc)

---

[API](https://skmtc.net/xeroapi/apis/xero-accounting-api.md) · [All operations](https://skmtc.net/xeroapi/apis/xero-accounting-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xeroapi/xero-accounting-api/versions/dc231cafd8de/schema)
