UserDomain



[tags: DMA, RPRM]

Resource Root

https://localhost:8443/api/rest/user-domains

Summary


Resources Methods
https://localhost:8443/api/rest/user-domains

GET Get domain list.

Resources


https://localhost:8443/api/rest/user-domains


Methods

GET

Get domain list.
[tags: DMA, RPRM]

Response

Status Representation Description
200 application/vnd.plcm.plcm-user-domain-list+xml
application/vnd.plcm.plcm-user-domain-list+json
Successfully get domain list.
304
Domain list has not changed since the last search.

Note: The API client must provide the "plcm-user-domain-list" representation's
ETag value in the "If-None-Match" HTTP header to ensure conditional retrieval.
This will improve network performance by reducing bandwidth consumption.

If the API client chooses to exclude an ETag value from a previous, identical
search in the "If-None-Match" header, then the HTTP response will contain the
search results in the message body.

The "plcm-user-domain-list" ETag can be accessed from the initial search result's HTTP
response header. Also, subsequent searches require the identical search filter
to ensure an equivalent ETag value. This also assumes no other client made changes to
domain list on the server.
403 application/vnd.plcm.plcm-error+xml
application/vnd.plcm.plcm-error+json
Unable to get permission. User roles required: administrator, provisioner.