Skip to main content

Delete User By Name

This operation deletes a user.

Path Parameters
  • UserName string required

    Name of the user

Query Parameters
  • newUserId string

    Id of the user to which the properties be transferred. Also can give name of the user by "newUserId=byName(userName='{NewUserName')"

  • newUserGroupId string

    Id of the user group to which the properties be transferred. Also can give name of the user group by "newUserId=byName(userGroupName='{NewUserGroupName')"

Responses

OK


Schema
  • processinginstructioninfo object
  • attributes object[]
  • name string
  • value string
  • response object[]
  • errorString string
  • errorCode integer
  • warningMessage string
  • entity object
  • userId integer
  • userName string
DELETE /User/byName(userName=':UserName')    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
UserName — path required
newUserId — query
newUserGroupId — query
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'