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