User Offboard
This operation identifies all the subclients and Virtual Machine clients that are associated with a user and offboards them for the specific user.
- application/json
Request Body required
- userName string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Successfully offboarded user 1251",
"errorCode": 0
}
Loading...