user
Retrieves the user with the given username.
Example Request
GET http://example.com:8080/livecluster/rest/user/user
Example Input
Parameters
|
Parameter Name |
Data Type |
Description |
Sample Value |
name |
String |
Name of the user whose information you want to retrieve |
admin |
Example Response
{
"username": "admin",
"firstName": "",
"lastName": "",
"email": "",
"roles": "Configure"
}