Skip to main content
GET
/
org
/
{org}
/
group
/
-schema
/
permissions
Get available permissions for a group resource type
curl --request GET \
  --url https://api.cpln.io/org/{org}/group/-schema/permissions \
  --header 'Authorization: <api-key>'
{
  "links": [
    {
      "rel": "<string>",
      "href": "<string>"
    }
  ],
  "kind": "<string>",
  "targetKind": "org",
  "items": [
    {
      "name": "<string>",
      "description": "<string>"
    }
  ],
  "implied": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.controlplane.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Service account key can be used as API keys

Path Parameters

org
string
required

Response

Success

kind
string
targetKind
enum<string>
Available options:
org,
cloudaccount,
policy,
user,
group,
resource,
task,
permissions,
serviceaccount,
secret,
location,
gvc,
workload,
quota,
identity,
deployment,
event,
domain,
image,
ipset,
resourcepolicy,
agent,
accessreport,
policymembership,
dbcluster,
auditctx,
memcachecluster,
spicedbcluster,
tenant,
mk8s,
command,
imagesummary,
volumeset
items
object[]
implied
object