{ "endpoint": "/admin/accounts/pending/list", "method": "POST", "operationId": "post___admin___accounts___pending___list", "summary": "admin/accounts/pending/list", "description": "No description provided.\n\n**Credential required**: *Yes* / **Permission**: *read:admin:account*", "requestBody": { "contentType": "application/json", "example": {}, "schema": { "type": "object", "properties": { "limit": { "type": "integer", "minimum": 1, "maximum": 100, "default": 10 }, "offset": { "type": "integer", "default": 0 }, "sort": { "type": "string", "enum": [ "+createdAt", "-createdAt" ] }, "username": { "type": [ "string", "null" ], "default": null }, "email": { "type": [ "string", "null" ], "default": null }, "code": { "type": [ "string", "null" ], "default": null } } } }, "responseExample": { "status": "400", "contentType": "application/json", "example": {} } }