View all the Users
Use the following details to view all the Users using REST interface:
Response Model
{
"data": {
"matches": [
{
"createdOn": "2016-08-01T17:33:36.342Z",
"firstName": "string",
"id": "string",
"lastName": "string",
"password": "string",
"roles": [
"string"
],
"tenant": "string",
"updatedOn": "2016-08-01T17:33:36.342Z"
}
],
"nbResponses": 0,
"startIndex": 0
},
"duration": 0,
"result": {
"code": "string",
"message": "string",
"params": [
"string"
]
},
"startTimestampMS": 0
}
Copyright © Cloud Software Group, Inc. All rights reserved.
