RingCentral Events · Agentic Access

RingCentral Events Agentic Access

x-agentic-access generated

RingCentral Events exposes 31 API operations that an AI agent could call, of which 9 are state-changing ‘acting’ operations. This is a recommended x-agentic-access execution contract — the scope, audience, consequence tier, short-lived token constraints, and escalation each action should carry before it is handed to an autonomous agent.

By consequence: 22 read and 9 write.

Contracts are classified heuristically from the provider’s OpenAPI and refresh on every APIs.io network build; audience is bound per deployment. The model follows Curity’s Access Intelligence (apidays Munich 2026). Browse every provider’s agent contracts at agentic-access.apis.io.

EventsVirtual EventsHybrid EventsWebinarsEvent ManagementRegistrationSessionsNetworking
Operations: 31 Acting: 9 Human-in-the-loop: 0 Method: generated

By consequence

read 22 write 9

Source

Agentic Access

Raw ↑
generated: '2026-07-15'
method: generated
source: openapi/openapi.json
description: Recommended x-agentic-access execution contracts, classified heuristically from
  the OpenAPI. A governance starting point for exposing this API to AI agents — review and bind
  audience per deployment. See research/curity/agentic-governance/.
summary:
  operations: 31
  by_action_class:
    connected: 22
    acting: 9
  by_consequence:
    read: 22
    write: 9
  human_in_the_loop_required: 0
operations:
- path: /v1/health
  method: get
  operationId: Health_Check
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/organizations
  method: get
  operationId: Retrieve_the_list_of_Organizations_property_of_the_user
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/organizations/{organizationId}
  method: get
  operationId: Retrieve_the_details_of_the_Organization
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/tickets/{ticketId}/bankQuestions
  method: get
  operationId: Returns_the_list_of_bank_questions_for_given_ticket_type
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/organizations/{organizationId}/events
  method: get
  operationId: Returns_the_list_of_the_Organization_s_Events
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/organizations/{organizationId}/events
  method: post
  operationId: Creates_an_Event_for_an_Organization
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - read
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/events/{eventId}
  method: get
  operationId: Retrieve_Event_Details
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/events/{eventId}/duplications
  method: post
  operationId: Duplicates_an_existing_Event
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - read
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/events/{eventId}/registrations
  method: get
  operationId: Retrieve_the_list_of_registrations_for_an_Event
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/events/{eventId}/registrations
  method: post
  operationId: Create_a_registration_for_event
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - read
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/registrations/{registrationId}
  method: patch
  operationId: Update_registration
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - read
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/registrations/{registrationId}
  method: get
  operationId: Retrieve_registration_details
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/events/{eventId}/booths
  method: get
  operationId: Retrieve_Booths_for_an_Event
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/events/{eventId}/reports
  method: get
  operationId: Get_Reports_List_for_an_Event
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/reports/{reportId}/download
  method: get
  operationId: Download_Report
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/reports/{reportId}
  method: get
  operationId: Get_Report_Details
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/events/{eventId}/reports/{reportType}
  method: post
  operationId: Create_Report_for_an_Event
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - read
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/booths/{boothId}/tags
  method: get
  operationId: Returns_the_list_of_tags_for_a_Booth
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/booths/{scheduleId}/tags
  method: get
  operationId: Returns_the_list_of_tags_for_a_ScheduleItem
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/events/{eventId}/dataSubscriptions
  method: post
  operationId: Create_a_new_data_subscription_for_an_Event
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - read
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/events/{eventId}/scheduleItems
  method: get
  operationId: Retrieve_the_list_of_schedule_items_for_an_Event
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/events/{eventId}/sessions
  method: get
  operationId: Retrieve_the_list_of_sessions_for_an_Event
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/events/{eventId}/stages
  method: get
  operationId: Retrieve_Stages_for_an_Event
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/tickets/{ticketId}/magicLinks
  method: post
  operationId: Creates_Magic_Link_for_a_Ticket_type
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - read
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/tickets/{ticketId}/magicLinks
  method: get
  operationId: Retrieve_Magic_Links_for_a_Ticket_type
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/magicLinks/{magicLinkId}
  method: delete
  operationId: Deletes_Magic_Link
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - read
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/magicLinks/{magicLinkId}
  method: get
  operationId: Retrieve_Magic_Link_Details
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/events/{eventId}/tickets
  method: get
  operationId: Retrieve_Ticket_Types_for_an_Event
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/tickets/{ticketId}
  method: get
  operationId: Retrieve_Ticket_Type_Details
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/templates/{templateID}/event
  method: post
  operationId: Creates_an_event_from_template
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - read
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/organizations/{organizationId}/templates
  method: get
  operationId: Returns_the_list_of_the_organization_s_templates
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - read
    token:
      max-ttl: 3600
    audit: none