Retrieve global custom attribute definitions for persons, including available tag options for select-type fields.
When to use: Call this BEFORE using select_attribute_filters, numeric_attribute_filters, date_attribute_filters, or team_member_attribute_filters in search endpoints (POST /v1/persons/search). You need the attribute_id and tag option IDs from this endpoint to construct those filters.
Example workflow: To find persons tagged “banking” → call this endpoint → find the “Tags” attribute → get its id as attribute_id → find the “banking” tag → get its id → pass both to select_attribute_filters.