get_user
Fetch full user details for a specific user, or pass a comma-separated list of fields to return only the needed data for cheaper, targeted lookups.
Instructions
Get full details for a specific user.
Pass fields as a comma-separated list of top-level keys to get
back just those instead of the full payload — cheaper when you
only need a couple of fields, e.g. when checking several users
in a row.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | ||
| user_id | Yes | ||
| account_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |