Response will contain the permissions and associated bindings (principal and granted permission) for a group if the caller is authorized to view it
curl --request GET \
--url https://api.cpln.io/org/{org}/group/{name}/-accessreport
{
"kind": "<string>",
"permissions": [
{
"name": "<string>",
"description": "<string>",
"bindings": [
{
"principalLink": "<string>",
"grantingPolicyLink": "<string>",
"grantedPermissions": [
"<string>"
],
"match": "link"
}
]
}
],
"created": "2023-11-07T05:31:56Z",
"links": [
{
"rel": "<string>",
"href": "<string>"
}
]
}
curl --request GET \
--url https://api.cpln.io/org/{org}/group/{name}/-accessreport
{
"kind": "<string>",
"permissions": [
{
"name": "<string>",
"description": "<string>",
"bindings": [
{
"principalLink": "<string>",
"grantingPolicyLink": "<string>",
"grantedPermissions": [
"<string>"
],
"match": "link"
}
]
}
],
"created": "2023-11-07T05:31:56Z",
"links": [
{
"rel": "<string>",
"href": "<string>"
}
]
}
Response will contain the permissions and associated bindings (principal and granted permission) for a group if the caller is authorized to view it
curl --request GET \
--url https://api.cpln.io/org/{org}/group/{name}/-accessreport
{
"kind": "<string>",
"permissions": [
{
"name": "<string>",
"description": "<string>",
"bindings": [
{
"principalLink": "<string>",
"grantingPolicyLink": "<string>",
"grantedPermissions": [
"<string>"
],
"match": "link"
}
]
}
],
"created": "2023-11-07T05:31:56Z",
"links": [
{
"rel": "<string>",
"href": "<string>"
}
]
}
curl --request GET \
--url https://api.cpln.io/org/{org}/group/{name}/-accessreport
{
"kind": "<string>",
"permissions": [
{
"name": "<string>",
"description": "<string>",
"bindings": [
{
"principalLink": "<string>",
"grantingPolicyLink": "<string>",
"grantedPermissions": [
"<string>"
],
"match": "link"
}
]
}
],
"created": "2023-11-07T05:31:56Z",
"links": [
{
"rel": "<string>",
"href": "<string>"
}
]
}