Open Context Protocol is live! 🚀 Read the launch post

inviteByEmail

Invite a list of emails to the site

Details

  • Method: POST
  • Path: /user/access/invite-by-email
  • Operation ID: inviteByEmail

Parameters

{}

Usage

from ocp_agent import OCPAgent

agent = OCPAgent()
await agent.register_api('confluence')

# Call this tool
result = await agent.call_tool('inviteByEmail', {
    # Add required parameters here
})