users/{name}
Description
The data on the specified project user.
URL
/qcbin/rest/domains/{domain}/projects/{project}/customization/users/{user name}
Remarks
This resource is equivalent to users?name=admin
.
A PUT operation cannot update the Name
. Pass only the input data to be changed. See the example below.
HTTP Methods
GET: The project user.
PUT: Update user data.
DELETE: N/A
POST: N/A
Media Type | GET
| PUT
| DELETE
| POST
|
---|---|---|---|---|
application/xml | ![]() | ![]() | - | - |
application/json | ![]() | ![]() | - | - |
Returns
One of the HTTP Return Codes.
An XML string compliant with the User Schema or a string containing the data in another supported format
Examples