The request body for bulk user operations.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BulkRequestDTOUserDTO", "title": "BulkRequestDTOUserDTO", "type": "object", "description": "The request body for bulk user operations.", "properties": { "items": { "type": "array", "description": "List of items in the bulk request.", "items": { "$ref": "#/components/schemas/BulkRequestItemDTOUserDTO" } } } }