POST /user-management/local/users/{userId}/
This resource allows you to view a user's details information.
Use the method POST to update a user partially.
All the values are optional.
If this parameter is not in the request, the Application/Json will be chosen by default.
There are multiple possible values (according the resource):
The first two are the most often used.
There are multiple possible values according the resource:
If this parameter is not present during the request, and error 415 Unsupported Media Type will be thrown.
This is the user's ID.
The Content-Length entity-header field indicates the size of the entity-body.
Object Name: User
Property Name | Type | Description | Method |
---|---|---|---|
Id | Integer | This property is the remote user's ID. | GET |
Username | String | This property is the user's name | GET POST |
WelcomePage | String | This property is the user's welcome page. | GET POST |
Roles | Array<String> | This is the remote user's roles. | GET |
URL Example: https://0.0.0.0/api/rest/v1/user-management/local/users/1
{
"welcomePage": "/eclypse/envysion/viewer.html?proj=blank_585D"
}
URL Example: https://0.0.0.0/api/rest/v1/user-management/local/users/1
<?xml version="1.0" encoding="utf-8"?>
<User>
<WelcomePage>/eclypse/envysion/viewer.html?proj=blank_585D</WelcomePage>
</User>