Organizations
Manage organizations, members, and invitations.
Manage organizations, members, and invitations.
elnora_orgs_acceptInvite
Accept an organization invitation by token
| Parameter | Type | Required | Description |
|---|---|---|---|
token | any | yes | Invitation token |
elnora_orgs_billing
Get billing status for an organization
Read-only · Idempotent
| Parameter | Type | Required | Description |
|---|---|---|---|
orgId | any | yes | Organization UUID |
elnora_orgs_cancelInvite
Cancel a pending organization invitation
Destructive · Idempotent
| Parameter | Type | Required | Description |
|---|---|---|---|
invitationId | any | yes | Invitation ID |
orgId | any | yes | Organization UUID |
elnora_orgs_create
Create a new organization
| Parameter | Type | Required | Description |
|---|---|---|---|
description | any | yes | Description |
name | any | yes | Organization name |
elnora_orgs_delete
Delete an organization
Destructive · Idempotent
| Parameter | Type | Required | Description |
|---|---|---|---|
orgId | any | yes | Organization UUID |
yes | any | yes | Skip confirmation (required true for MCP) |
elnora_orgs_directory
Search organization members by name or email (Share-modal typeahead)
Read-only · Idempotent
| Parameter | Type | Required | Description |
|---|---|---|---|
orgId | any | yes | Organization ID |
query | any | yes | Name or email substring to match (minimum 2 characters) |
elnora_orgs_files
List files belonging to an organization
Read-only · Idempotent
| Parameter | Type | Required | Description |
|---|---|---|---|
orgId | any | yes | Organization UUID |
page | any | yes | Page number |
pageSize | any | yes | Results per page |
elnora_orgs_get
Get details of a specific organization
Read-only · Idempotent
| Parameter | Type | Required | Description |
|---|---|---|---|
orgId | any | yes | Organization UUID |
elnora_orgs_invitationInfo
Get information about an invitation by token
Read-only · Idempotent
| Parameter | Type | Required | Description |
|---|---|---|---|
token | any | yes | Invitation token |
elnora_orgs_invitations
List pending invitations for an organization
Read-only · Idempotent
| Parameter | Type | Required | Description |
|---|---|---|---|
orgId | any | yes | Organization UUID |
elnora_orgs_invite
Invite a user to an organization by email
| Parameter | Type | Required | Description |
|---|---|---|---|
email | any | yes | Email to invite |
orgId | any | yes | Organization UUID |
role | any | yes | Role 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
| Parameter | Type | Required | Description |
|---|---|---|---|
orgId | any | yes | Organization UUID |
elnora_orgs_removeMember
Remove a member from an organization
Destructive · Idempotent
| Parameter | Type | Required | Description |
|---|---|---|---|
membershipId | any | yes | Membership ID |
orgId | any | yes | Organization 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.
| Parameter | Type | Required | Description |
|---|---|---|---|
invitationId | any | yes | Invitation ID |
orgId | any | yes | Organization UUID |
elnora_orgs_setAutotidy
Enable or disable Knowledge Base auto-tidy for an organization
Idempotent
| Parameter | Type | Required | Description |
|---|---|---|---|
enabled | any | yes | Enable Knowledge Base auto-tidy (omit to disable) |
orgId | any | yes | Organization UUID |
elnora_orgs_setDefault
Set an organization as the default
Idempotent
| Parameter | Type | Required | Description |
|---|---|---|---|
orgId | any | yes | Organization UUID |
elnora_orgs_setStripe
Set the Stripe customer ID for an organization
Idempotent
| Parameter | Type | Required | Description |
|---|---|---|---|
orgId | any | yes | Organization UUID |
stripeCustomerId | any | yes | Stripe customer ID |
elnora_orgs_update
Update an existing organization
Idempotent
| Parameter | Type | Required | Description |
|---|---|---|---|
description | any | yes | New description |
name | any | yes | New name |
orgId | any | yes | Organization UUID |
elnora_orgs_updateRole
Update an organization member's role
Idempotent
| Parameter | Type | Required | Description |
|---|---|---|---|
membershipId | any | yes | Membership ID |
orgId | any | yes | Organization UUID |
role | any | yes | New role |