/user/bulk/post
Description:
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. |
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
success
The response is of type object
.