users/{name}

Description

The data on the specified project user.

URL

/qcbin/rest/domains/{domain}/projects/{project}/customization/users/{user name}

Parameters

  • show-user-groups-names. A Boolean value to indicate whether to return user's group names. If true, the user's group names are returned. If false or absent, the user's groups names are not returned.

    For example, the following request returns the user's group names in the response:

    /qcbin/rest/domains/{domain}/projects/{project}/customization/users/{user name}?show-user-groups-names=true

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
check
check
-
-
application/json
check
check
-
-

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. See Schema Reference.

Examples

GET/PUT Customization Project Users by Name Example