{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/cloud-identity-engine-api-fetch_all_users_attrs-structure.json", "name": "fetch_all_users_attrs", "description": "Retrieve all attributes for a specific user.", "type": "object", "properties": { "attrs": { "type": "array", "description": "User attributes included as part of the response.", "items": { "type": "string" } }, "useNormalizedAttrs": { "type": "string", "description": "Use the normalized attribute.", "enum": [ "True", "False" ] } } }