Query resource-level roles (precise check / list)
Returns the aggregated roles and capabilities for a specific resource (event or job). If resourceId is specified, performs a precise check (0 or 1 result); otherwise returns a paginated list of resources for which roles were explicitly granted. Response always contains an items list. 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"
Path Parameters
Company identifier (permalink)
Query Parameters
Resource type (EVENT or JOB)
Resource identifier for an exact check (string). Omit to use list mode.
Page number for list mode (starts at 1)
Page size for list mode (1-50, default 20)
Response
Success. Returns an empty items array if the user has no matching roles.
Resource-level permissions. With resourceId = precise check (0–1 items); without = explicitly granted list (paginated).