users Collection

Description

The collection of ALM users that are members of the project.

URL

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

Remarks

The name parameter can be applied. For example:
users?name=admin

This query is equivalent to users/{name}

This resource is cached using an ETag. See the OpenText Application Lifecycle Management Administrator Guide for details on enabling caching.

HTTP Methods

GET: The list of project users.

PUT: N/A

DELETE: N/A

POST: N/A

Media Type
GET
PUT
DELETE
POST
application/xml
check
-
-
-
application/json
check
-
-
-

Returns

One of the HTTP Return Codes.

An XML string compliant with the Users Schema or a string containing the data in another supported format. See Schema Reference.

Examples

GET Customization Project Users Example