Skip to main content

User Offboard

Select

SaaS
Customer Managed

This operation identifies all the subclients and Virtual Machine clients that are associated with a user and offboards them for the specific user.

More Details

Request Body required
  • userName string required
Responses

OK


Schema
  • errorMessage string
  • errorCode integer
POST /user/offboard    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
Body required

{
"userName": "tapicompany/tapicompany"
}
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/User/Offboard' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"userName": "tapicompany/tapicompany"
}'