Organizations

Manage organizations, members, and invitations.

Manage organizations, members, and invitations.

elnora_orgs_acceptInvite

Accept an organization invitation by token

ParameterTypeRequiredDescription
tokenanyyesInvitation token

elnora_orgs_billing

Get billing status for an organization

Read-only · Idempotent

ParameterTypeRequiredDescription
orgIdanyyesOrganization UUID

elnora_orgs_cancelInvite

Cancel a pending organization invitation

Destructive · Idempotent

ParameterTypeRequiredDescription
invitationIdanyyesInvitation ID
orgIdanyyesOrganization UUID

elnora_orgs_create

Create a new organization

ParameterTypeRequiredDescription
descriptionanyyesDescription
nameanyyesOrganization name

elnora_orgs_delete

Delete an organization

Destructive · Idempotent

ParameterTypeRequiredDescription
orgIdanyyesOrganization UUID
yesanyyesSkip confirmation (required true for MCP)

elnora_orgs_directory

Search organization members by name or email (Share-modal typeahead)

Read-only · Idempotent

ParameterTypeRequiredDescription
orgIdanyyesOrganization ID
queryanyyesName or email substring to match (minimum 2 characters)

elnora_orgs_files

List files belonging to an organization

Read-only · Idempotent

ParameterTypeRequiredDescription
orgIdanyyesOrganization UUID
pageanyyesPage number
pageSizeanyyesResults per page

elnora_orgs_get

Get details of a specific organization

Read-only · Idempotent

ParameterTypeRequiredDescription
orgIdanyyesOrganization UUID

elnora_orgs_invitationInfo

Get information about an invitation by token

Read-only · Idempotent

ParameterTypeRequiredDescription
tokenanyyesInvitation token

elnora_orgs_invitations

List pending invitations for an organization

Read-only · Idempotent

ParameterTypeRequiredDescription
orgIdanyyesOrganization UUID

elnora_orgs_invite

Invite a user to an organization by email

ParameterTypeRequiredDescription
emailanyyesEmail to invite
orgIdanyyesOrganization UUID
roleanyyesRole for invitee

elnora_orgs_list

List all organizations the current user belongs to

Read-only · Idempotent

No parameters.

elnora_orgs_members

List members of an organization

Read-only · Idempotent

ParameterTypeRequiredDescription
orgIdanyyesOrganization UUID

elnora_orgs_removeMember

Remove a member from an organization

Destructive · Idempotent

ParameterTypeRequiredDescription
membershipIdanyyesMembership ID
orgIdanyyesOrganization UUID

elnora_orgs_resendInvite

Resend an organization invitation email. Regenerates the token and extends the expiry by 7 days. Works on both pending and expired invitations, preserves the invitation ID.

ParameterTypeRequiredDescription
invitationIdanyyesInvitation ID
orgIdanyyesOrganization UUID

elnora_orgs_setAutotidy

Enable or disable Knowledge Base auto-tidy for an organization

Idempotent

ParameterTypeRequiredDescription
enabledanyyesEnable Knowledge Base auto-tidy (omit to disable)
orgIdanyyesOrganization UUID

elnora_orgs_setDefault

Set an organization as the default

Idempotent

ParameterTypeRequiredDescription
orgIdanyyesOrganization UUID

elnora_orgs_setStripe

Set the Stripe customer ID for an organization

Idempotent

ParameterTypeRequiredDescription
orgIdanyyesOrganization UUID
stripeCustomerIdanyyesStripe customer ID

elnora_orgs_update

Update an existing organization

Idempotent

ParameterTypeRequiredDescription
descriptionanyyesNew description
nameanyyesNew name
orgIdanyyesOrganization UUID

elnora_orgs_updateRole

Update an organization member's role

Idempotent

ParameterTypeRequiredDescription
membershipIdanyyesMembership ID
orgIdanyyesOrganization UUID
roleanyyesNew role

On this page