The
/user/bulk/post
endpoint allows administrators to delete multiple users in bulk by providing a list of user IDs.
Method:POST Request Payload:
Parameter | Type | Description |
---|---|---|
ids | array | An array of user IDs to be deleted in bulk. |
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Request Body
Request Schema
Field | Type | Required | Description |
---|---|---|---|
ids | array | ✅ | An array of user IDs to be deleted in bulk |
Responses
✅ 200 - success
⚠️ 401 - Unauthorized
⚠️ 404 - Not Found
❌ 500 - Internal Server Error
Tags
User
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json
An array of user IDs to be deleted in bulk