get_user_field
Retrieve a user field schema entry by its ID. Use this to inspect custom user field definitions, not the field values on users.
Instructions
Fetch one user-field schema entry by ID with full body. Distinct from a value on a user, for that, fetch the user and read user_fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | User field ID | |
| instance | No | Override the sticky instance for this call |