Batch
Archive a batch of users by ID
Archive multiple users by their IDs in a single request. This operation moves the specified users to the recycling bin, effectively deactivating them from active use.
post/crm/objects/2026-03/users/batch/archive
Request body
Example request
{
"inputs": [
{
"id": "430001"
}
]
}Response
No content