Sessions

List aggregated session resource access

Returns aggregated access records per session-resource pair. By default (rollup_children=true), includes access from descendant sessions. Set rollup_children=false to return only direct session access. At least one of user_id, session_id, or resource_id must be provided.

get/zones/{zoneId}/session-resource-access

Path parameters

zoneIdstring required

Zone ID

Query parameters

user_idstring

Filter by user ID

session_idstring

Filter by session ID

resource_idstring

Filter by resource ID

rollup_childrenboolean

Include resource access from descendant sessions. When true (default), aggregates access from the session and all its descendants. When false, returns only direct access for the session.

afterstring

Cursor for forward pagination

beforestring

Cursor for backward pagination

limitinteger

Maximum number of items to return

'total_count'
OR
string[]

Response

Default Response

Changes

Changed in 3 of the 23 revisions of this API.19

    • the endpoint scheme security OAuth2 was added to the API

      api-security-added

    • the endpoint scheme security bearerAuth was added to the API

      api-security-added

    • the endpoint scheme security iam_bearerAuth was removed from the API

      api-security-removed

    This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new optional query request parameter after

      new-optional-request-parameter

    • added the new optional query request parameter before

      new-optional-request-parameter

    • added the new optional query request parameter expand[]

      new-optional-request-parameter

    • added the new optional query request parameter limit

      new-optional-request-parameter

    • added the new optional query request parameter rollup_children

      new-optional-request-parameter

    • added the required property pagination to the response with the 200 status

      response-required-property-added

    • deleted the query request parameter has_initiator

      request-parameter-removed