Skip to main content

Get Users and User Groups

Select

SaaS
Customer Managed

This operation returns a list of users and user groups.

More Details

Responses

OK


Schema
  • userGroups object[]
  • fullName string
  • description string
  • email string
  • associatedUserOrUserGroup object
  • userGroupName string
  • userGroupId integer
  • _type_ integer
  • users object[]
  • fullName string
  • description string
  • email string
  • associatedUserOrUserGroup object
  • userId integer
  • _type_ integer
  • userName string
GET /usersandgroups    

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/UsersAndGroups' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'