Skip to main content
PUT
/
api
/
Users
/
disable
Disables multiple users.
curl --request PUT \
  --url https://api.example.com/api/Users/disable \
  --header 'Content-Type: application/json' \
  --data '[
  123
]'

Body

application/json

Response

200

OK