---
title: "Fetch User"
method: GET
path: "/users/{id}"
tags: ["User"]
---

# Fetch User

`GET /users/{id}`

Retrieve a single user

## Path parameters

- `id` string, required

## Response `200`

OK

- UserAttributes — A user profile. This includes **platform-agent** users — the synthetic user an OAuth/API client authenticates as (e.g. "Default API Client") — as well as human users. Workflow `notify_step` targets exclude platform agents (they resolve against non-platform team members); discover those via `GET /api/v2/teams/{team_id}/memberships`.
  - `id` integer — User ID
  - `public_id` string, nullable — User public ID
  - `email` string — Email Address
  - `first_name` string — First Name
  - `last_name` string — Last Name
  - `time_zone` string, nullable — Your Time Zone
  - `locale` string, nullable — Language
  - `created_at` string, date-time, nullable — Signed up
  - `updated_at` string, date-time, nullable — Updated

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/myclickfunnels/apis/clickfunnels-api.md) · [All operations](https://skmtc.net/myclickfunnels/apis/clickfunnels-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myclickfunnels/clickfunnels-api/revisions/ae6313eaa176/schema)
