Skip to main content

Get all Users (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 users.

More Details

Responses

OK


Schema
  • users object[]
  • removeOtherActiveSessions boolean
  • associatedUserGroupsOperationType integer
  • idleTime integer
  • lastLogIntime integer
  • associatedExternalUserGroupsOperationType integer
  • loggedInMode integer
  • userEntity object
  • userGUID string
  • userName string
  • userId integer
GET /user    

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