Skip to main content

Disable User

This operation disables a User

Path Parameters
  • UserId string required
Responses

OK


Schema
  • processinginstructioninfo object
  • attributes object[]
  • name string
  • value string
  • response object[]
  • errorString string
  • errorCode integer
  • entity object
  • userId integer
  • userName string
PUT /user/:userid/disable    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
UserId — path required
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/User/:UserId/Disable' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'