v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
Capabilities

Lists the organizations granted a capability, one cursor page at a time.

Follow nextCursor to page.

get/capabilities/{capability}/grantees

Path parameters

capability'SkipContentCheck' | 'PreheatBoost' | 'ManagedImageFaucet' | 'RequestFeatures' required

The named platform-wide capability entitlements a customer can be granted. Each maps to a capability object in the authorization graph; convert to its object id with string CapabilityExtensions.ToObjectId(Capability capability). Kept as a typed enum so capability grants read explicitly at call sites (and, later, on endpoint contracts) instead of passing raw id strings around.

The capability to inspect.

Query parameters

cursorstring

The opaque cursor from the previous page; omit for the first page.

page_sizeinteger

The number of items per page.

Response

OK

nextCursorstring nullable