{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "User", "type": "object", "properties": { "id": { "type": "integer" }, "url": { "type": "string" }, "name": { "type": "string" }, "email": { "type": "string" }, "phone": { "type": "string" }, "photo": { "type": "object" }, "locale_id": { "type": "integer" }, "locale": { "type": "string" }, "time_zone": { "type": "string" }, "organization_id": { "type": "integer" }, "role": { "type": "string" }, "custom_role_id": { "type": "integer" }, "verified": { "type": "boolean" }, "external_id": { "type": "string" }, "tags": { "type": "array" }, "alias": { "type": "string" }, "active": { "type": "boolean" }, "shared": { "type": "boolean" }, "shared_agent": { "type": "boolean" }, "shared_phone_number": { "type": "boolean" }, "signature": { "type": "string" }, "details": { "type": "string" }, "notes": { "type": "string" }, "restricted_agent": { "type": "boolean" }, "suspended": { "type": "boolean" }, "default_group_id": { "type": "integer" }, "report_csv": { "type": "boolean" }, "only_private_comments": { "type": "boolean" }, "ticket_restriction": { "type": "string" }, "moderator": { "type": "boolean" }, "chat_only": { "type": "boolean" }, "two_factor_auth_enabled": { "type": "boolean" }, "user_fields": { "type": "object" }, "last_login_at": { "type": "string" }, "created_at": { "type": "string" }, "updated_at": { "type": "string" } } }