---
title: "Retrieve Users"
method: GET
path: "/ticketing/users/{id}"
tags: ["ticketing/users"]
---

# Retrieve Users

`GET /ticketing/users/{id}`

Retrieve Users from any connected Ticketing software

## Path parameters

- `id` string, required

## Query parameters

- `remote_data` boolean

## Headers

- `x-connection-token` string, required

## Response `200`

- UnifiedTicketingUserOutput
  - `name` string, required — The name of the user
  - `email_address` string, required — The email address of the user
  - `teams` string[] — The teams whose the user is part of
  - `account_id` string — The account or organization the user is part of
  - `field_mappings` object, required
  - `id` string — The UUID of the user
  - `remote_id` string — The id of the user in the context of the 3rd Party
  - `remote_data` object, required
  - `created_at` object, required
  - `modified_at` object, required

---

[API](https://skmtc.dev/panoratech/apis/panora-api-2.md) · [All operations](https://skmtc.dev/panoratech/apis/panora-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/panoratech/panora-api-2/revisions/d32842f233fb/schema)
