---
title: "Retrieves a specific user"
method: GET
path: "/Users/{UserID}"
tags: ["Accounting"]
---

# Retrieves a specific user

`GET /Users/{UserID}`

## Path parameters

- `UserID` string, uuid, required

## Response `200`

Success - return response of type Users array of specified 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/5cf7f780d3c8/schema)
