Platform API 3.0
//Block User
Blocks a user in the organization
Security
bearer-key
PUT
curl -i -X PUT \
'https://baseUrl/api/v3.0/orgs/{orgUuid}/users/{userUuid}/block' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "supportToken": "1171c60d", "response": true }