Get All Entitlements

Get All Entitlements
Request
URI
GET
https://{api_host}/dt-rest/v100/security/domain/{domainId}/user/{id}/allentitlements
COPY
Path Parameters
string
domainId
Required

domainId

string
id
Required

id


Responses
200

successful operation

[
    {
        "id": "string",
        "links": [
            {
                "href": "string",
                "rel": "string",
                "deprecated": false,
                "name": "string",
                "method": "string"
            }
        ]
    }
]