Get Users
Select
SaaS
Customer Managed
Get All Users
Query Parameters
- laptopUsers boolean
Returns only laptop users when set to true. This param is only effective when EdgeMode header is passed.
- userGroupId integer
Returns the list of users associated to the userGroupId provided.
Responses
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
- numberOfUsers int32
users object[]
{
"numberOfUsers": 0,
"users": [
{
"id": 0,
"name": "string",
"GUID": "string",
"email": "string",
"fullName": "string",
"plan": {
"id": 0,
"name": "string"
},
"enabled": true,
"lockInfo": {
"isLocked": true,
"startTime": 0,
"endTime": 0
},
"numberOfLaptops": 0,
"company": {
"id": 0,
"name": "string"
},
"commcell": {
"name": "string"
},
"userPrincipalName": "string"
}
]
}
Requested Details not found
GET /v4/user
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/user' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/user' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/user' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/user' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/user' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/user' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/user' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'