List available subuser permission nodes
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
GET /subusers/permission-nodes
Operation
Operation ID: listSubuserPermissionNodes
Returns grouped permission nodes available for subuser grants.
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Responses
Status | Description | Content Types |
|---|---|---|
200 | Permission nodes fetched | application/json |
401 | ||
500 |
Schema for response 200 (application/json):
{
"properties": {
"permission_nodes": {
"items": {
"$ref": "#/components/schemas/PermissionNodeGroup"
},
"type": "array"
}
},
"type": "object"
}
17 March 2026