> ## Documentation Index
> Fetch the complete documentation index at: https://docs.automate.ax/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Automate.ax automations are TypeScript programs.
> Use Bun for installation and command examples.
> Use Automate.ax for the product name and automate.ax for the package, CLI, and domain.
> Treat documented public APIs as current; do not invent transitional or deprecated names.

# Get user

> Retrieves one user by ID.

`highlevel.getUser` retrieves one user by ID.

```ts automations/highlevel-get-user.automation.ts theme={null}
import { automation, markSignificant } from "automate.ax"
import { highlevel } from "automate.ax/highlevel"

export default automation("Get user", () => {
  markSignificant(
    highlevel.getUser({
      userId: "ve9EPM428h8vShlRW1KT",
    }),
  )
})
```

## Input

| Field    | Type     | Required | Description              |
| -------- | -------- | -------- | ------------------------ |
| `userId` | `string` | Yes      | HighLevel user id value. |

Automate.ax supplies the connected sub-account's location ID. Optional second argument `{ account }` selects a named HighLevel binding.

## Output

| Field              | Type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | Required | Description                               |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ----------------------------------------- |
| `id`               | `string`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | No       | HighLevel id value.                       |
| `name`             | `string`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | No       | HighLevel name value.                     |
| `firstName`        | `string`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | No       | HighLevel first name value.               |
| `lastName`         | `string`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | No       | HighLevel last name value.                |
| `email`            | `string`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | No       | HighLevel email value.                    |
| `phone`            | `string`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | No       | HighLevel phone value.                    |
| `extension`        | `string`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | No       | HighLevel extension value.                |
| `permissions`      | `object`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | No       | HighLevel permissions value.              |
| `scopes`           | `campaigns.readonly \| campaigns.write \| calendars.readonly \| calendars/events.write \| calendars/groups.write \| calendars.write \| contacts.write \| contacts/bulkActions.write \| workflows.readonly \| workflows.write \| triggers.write \| funnels.write \| forms.write \| surveys.write \| quizzes.write \| websites.write \| medias.write \| medias.readonly \| opportunities.write \| opportunities/leadValue.readonly \| opportunities/bulkActions.write \| reporting/phone.readonly \| reporting/adwords.readonly \| reporting/facebookAds.readonly \| reporting/attributions.readonly \| prospecting/auditReport.write \| reporting/reports.readonly \| reporting/agent.readonly \| reporting/reports.write \| reporting/stats.export \| payments.write \| payments/records.write \| payments/orders.readonly \| payments/orders.export \| payments/orders.import \| payments/orders.collectPayment \| payments/subscriptions.readonly \| payments/subscriptions.write \| payments/subscriptions.update \| payments/subscriptions.export \| payments/subscriptions.pauseResumeCancel \| payments/subscriptions.sharePaymentMethod \| payments/transactions.readonly \| payments/transactions.export \| payments/transactions.import \| payments/transactions.refund \| payments/transactions.viewReceipts \| payments/taxesSettings.readonly \| payments/settings.readonly \| payments/taxesSettings.updateInclusiveExclusive \| payments/taxesSettings.manageRates \| payments/taxesSettings.configureAutomatic \| products.readonly \| products.write \| products.delete \| products.duplicate \| products.bulkActions \| payments/settings.write \| payments/settings.configureReceipt \| payments/settings.configureSubscription \| invoices.write \| invoices.readonly \| invoices/schedule.readonly \| invoices/schedule.write \| invoices/template.readonly \| invoices/template.write \| reputation/review.write \| reputation/listing.write \| reputation/reviewsAIAgents.write \| reputation/gbp.write \| conversations.write \| conversations.readonly \| conversations/message.readonly \| conversations/message.write \| contentAI.write \| dashboard/stats.readonly \| locations/tags.write \| locations/tags.readonly \| marketing.write \| eliza.write \| settings.write \| socialplanner/post.write \| socialplanner/account.readonly \| socialplanner/account.write \| socialplanner/category.readonly \| socialplanner/category.write \| socialplanner/csv.readonly \| socialplanner/csv.write \| socialplanner/group.write \| socialplanner/hashtag.readonly \| socialplanner/hashtag.write \| socialplanner/oauth.readonly \| socialplanner/oauth.write \| socialplanner/post.readonly \| socialplanner/recurring.readonly \| socialplanner/recurring.write \| socialplanner/review.readonly \| socialplanner/review.write \| socialplanner/rss.readonly \| socialplanner/rss.write \| socialplanner/search.readonly \| socialplanner/setting.readonly \| socialplanner/setting.write \| socialplanner/stat.readonly \| socialplanner/tag.readonly \| socialplanner/tag.write \| socialplanner/filters.readonly \| socialplanner/medias.readonly \| socialplanner/medias.write \| socialplanner/watermarks.readonly \| socialplanner/watermarks.write \| socialplanner/metatag.readonly \| socialplanner/facebook.readonly \| socialplanner/linkedin.readonly \| socialplanner/twitter.readonly \| socialplanner/notification.readonly \| socialplanner/notification.write \| socialplanner/snapshot.readonly \| socialplanner/snapshot.write \| marketing/affiliate.write \| blogs.write \| membership.write \| communities.write \| gokollab.write \| certificates.write \| certificates.readonly \| adPublishing.write \| adPublishing.readonly \| prospecting.write \| prospecting.readonly \| prospecting/reports.readonly \| private-integration-location.readonly \| private-integration-location.write \| private-integration-company.readonly \| private-integration-company.write \| native-integrations.readonly \| native-integrations.write \| wordpress.write \| wordpress.read \| custom-menu-link.write \| qrcodes.write \| users/team-management.write \| users/team-management.readonly \| loginas.write \| users-sso-login-management.write \| users-sso-login-management.readonly \| sso-config.write \| snapshots/api.readonly \| snapshots/api.create \| snapshots/api.edit \| snapshots/api.push \| snapshots/api.refresh \| snapshots/api.share \| snapshots/api.delete \| internaltools.location-transfer.write \| internaltools.location-transfer.readonly \| affiliateportal.write \| affiliateportal.readonly \| companies.write \| internaltools.billing.write \| internaltools.billing.readonly \| internaltools.billing-common.readonly \| internaltools.billing-common.write \| voice-ai-agents.write \| voice-ai-agents.readonly \| voice-ai-common.readonly \| voice-ai-common.write \| voice-ai-agent-goals.readonly \| voice-ai-agent-goals.write \| voice-ai-dashboard.readonly \| agency/launchpad.write \| agency/launchpad.readonly \| launchpad/location.write \| launchpad/location.readonly \| text-ai-agents.write \| text-ai-agent-goals.readonly \| text-ai-agent-goals.write \| text-ai-agent-training.write \| text-ai-agents-dashboard.readonly \| locations.create \| locations.delete \| locations.export.list \| locations.features-limits.manage \| locations.pause-resume \| locations.agency-subaccounts.manage \| locations.billing.manage \| locations.details.manage \| audit-logs.readonly \| audit-logs.export` | No       | HighLevel scopes value.                   |
| `roles`            | `object`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | No       | HighLevel roles value.                    |
| `lcPhone`          | `object`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | No       | LC Phone Inbound Phone Numbers            |
| `platformLanguage` | `en_US \| es \| fr_CA \| fr_FR \| nl \| de \| pt_PT \| pt_BR \| it \| sv \| da \| fi \| no`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | No       | Platform language preference for the user |

This action calls `GET /users/{userId}` with HighLevel API version `2021-07-28` and requires `users.readonly`. HighLevel validation and permission errors fail the action. Rate limits honor the provider's retry timing.
