getUserFields
Retrieve user field definitions with labels and required flags to discover custom fields for dynamic forms and import CSV header validation.
Instructions
Get user field definitions - Returns available fields for user records with labels and required flags. Use this to discover custom fields.
Use when: building dynamic forms or importers - you need to discover which fields exist on the User record on THIS specific site (custom fields vary per BD site config). Also useful for validating import-CSV headers before running a batch.
Returns: { status: "success", message: [{...record}] } - the message array contains 1 record when found. Empty or HTTP 404 when not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||