Update a User
Use the following details to update a User using REST interface:
Request Model
Media Type: application/json
{
"createdOn": "2016-07-31T05:17:58.828Z",
"firstName": "string",
"id": "string",
"lastName": "string",
"password": "string",
"roles": [
"string"
],
"tenant": "string",
"updatedOn": "2016-07-31T05:17:58.828Z"
}
Copyright © Cloud Software Group, Inc. All rights reserved.
