Skip to main content

User Group Properties - Adds User to User Group(By Name)

Select

SaaS
Customer Managed

This operation updates the properties associated with a user group.

Path Parameters
  • UserGroupName string required

    Name of the Usergroup

Request Body required
  • groups object[]
  • description string
  • enabled boolean
  • usersOperationType integer
  • userGroupEntity object
  • userGroupName string
  • users object[]
  • userName string
Responses

OK


Schema
  • processinginstructioninfo object
  • attributes object[]
  • name string
  • value string
  • response object[]
  • errorString string
  • errorCode integer
  • entity object
  • userGroupName string
  • userGroupId integer
POST /UserGroup/byName(userGroupName=':UserGroupName')    

Authorization

type: apiKeyname: Authtokenin: header

Request

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

{
"groups": [
{
"description": "string",
"enabled": true,
"usersOperationType": 0,
"userGroupEntity": {
"userGroupName": "string"
},
"users": [
{
"userName": "string"
}
]
}
]
}
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'