List my company-wide permissions
Returns a list of companies where the authenticated user holds company-wide roles, along with the capabilities (Open API operations) available at each company. Companies where the user only has resource-level roles are excluded (use resource-roles for those). Requires company:manage:read scope.
Authentication: The Authorization: Bearer <jwt> header is required.
Required OAuth scope: company:manage:read.
Authorizations
Access token for user-context authentication. Send it in the Authorization: Bearer <jwt> header. Use the token your OAuth client app obtained via the Authorization Code + PKCE flow.
Headers
Supported response locales: ko, en, ja, zh-CN, zh-TW, es, fr, de, pt, th, vi. Default is ko.
"ko"
Response
Success. Returns an empty array if the user holds no company-wide roles.
List of companies where I hold company-wide roles, with available operations.