Retrieves an access policy summary for a user

GET /domains/{domainId}/principals/{principalId}/access/policies/summary

Parameters

Name Required Type Description
domainId true string
principalId true string
scope false string
info false string

Response

"type": "object", "description": "Result Map", "properties": { "total_rows": { "type": "number" }, "offset": { "type": "number" }, "size": { "type": "number" }, "rows": { "type": "array", "items": { "type": "accessPolicy" } } } }