Get the access report for a service account by name
Response will contain the permissions and associated bindings (principal and granted permission) for a service account if the caller is authorized to view it
GET
/
org
/
{org}
/
serviceaccount
/
{name}
/
-accessreport
Get the access report for a service account by name
Copy
Ask AI
curl --request GET \ --url https://api.cpln.io/org/{org}/serviceaccount/{name}/-accessreport \ --header 'Authorization: <api-key>'