---
title: "Retrieves a User resource."
method: GET
path: "/users/{id}"
tags: ["User"]
---

# Retrieves a User resource.

`GET /users/{id}`

Retrieves a User resource.

## Path parameters

- `id` string, required

## Response `200`

User resource

- 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

## Other responses

- `404` — Resource not found

---

[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)
