get_user_field_schema
Retrieve the current user field schema for a Moodle instance, including standard and custom fields, their types, sources, and display/filter settings. Use this to inspect or troubleshoot the schema before configuring user table columns.
Instructions
Admin/config tool: return the current user field schema for this Moodle instance. Shows every known user field (standard + custom), its type, source, and whether it is currently set to display in tables or accept filters. Use this when the user explicitly asks to inspect, configure, show, refresh, or troubleshoot the user field schema or table columns. Do not use this before ordinary requests to list or filter users; call list_users directly with filters instead. If no schema exists yet, the response will tell you to run refresh_user_field_schema. No parameters required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||