{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "GetPagedUsersListRequest", "properties": { "groups": { "type": "array", "items": { "type": "string", "format": "uuid" } }, "departments": { "type": "array", "items": { "type": "string", "format": "uuid" } }, "logins": { "type": "array", "items": { "type": "string" } }, "emails": { "type": "array", "items": { "type": "string" } }, "profileFields": { "type": "array", "items": { "$ref": "#/components/schemas/ProfileFieldsFilterItem" } }, "profileFieldsDateRange": { "type": "array", "items": { "$ref": "#/components/schemas/ProfileFieldsDateRangeItem" } } }, "type": "object" }