Skip to main content

Get User Group (Deprecated)

Select

SaaS
Customer Managed

deprecated

This endpoint has been deprecated and may be removed in future versions of the API.

This operation returns a list of user groups.

More Details

Responses

OK


Schema
  • processinginstructioninfo object
  • attributes object[]
  • name string
  • value string
  • userGroups object[]
  • userGroupEntity object
  • userGroupId integer
  • userGroupName string
GET /usergroup    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/UserGroup' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'