{ "users": [ { "id": 1001, "email": "admin@example.com", "first_name": "Jane", "last_name": "Smith", "name": "Jane Smith", "account_owner": true, "administrator": true, "organization": "Example Corp", "roles": ["administrator"], "identifier": "jane.smith@example.com", "gravatar_url": "https://www.gravatar.com/avatar/abc123", "phone": "+1-555-0100", "created_at": "2023-06-01T09:00:00Z", "updated_at": "2024-01-15T10:00:00Z" }, { "id": 1002, "email": "analyst@example.com", "first_name": "Bob", "last_name": "Jones", "name": "Bob Jones", "account_owner": false, "administrator": false, "organization": "Example Corp", "roles": ["query_only"], "identifier": null, "gravatar_url": "https://www.gravatar.com/avatar/def456", "phone": null, "created_at": "2024-02-10T14:00:00Z", "updated_at": "2024-02-10T14:00:00Z" } ] }