Organizations module API index
Dashboard
MaxMind GeoIP
Organizations
Stripe Connect
Stripe Subscriptions
OAuth
Example app
Example subscription app
Documentation
Configuration
UI
API
User API
/api/user/organizations/create-invitation
post
await global.api.user.organizations.CreateInvitation.post(req)
POST
secret-code
/api/user/organizations/create-membership
post
await global.api.user.organizations.CreateMembership.post(req)
POST
profileid
secret-code
/api/user/organizations/create-organization
post
await global.api.user.organizations.CreateOrganization.post(req)
POST
organization-email
organization-name
profileid
/api/user/organizations/delete-invitation
delete
await global.api.user.organizations.DeleteInvitation.delete(req)
/api/user/organizations/delete-membership
delete
await global.api.user.organizations.DeleteMembership.delete(req)
/api/user/organizations/delete-organization
delete
await global.api.user.organizations.DeleteOrganization.delete(req)
/api/user/organizations/invitation-memberships-count
get
await global.api.user.organizations.InvitationMembershipsCount.get(req)
/api/user/organizations/invitation-memberships
get
await global.api.user.organizations.InvitationMemberships.get(req)
/api/user/organizations/invitation
get
await global.api.user.organizations.Invitation.get(req)
/api/user/organizations/invitations-count
get
await global.api.user.organizations.InvitationsCount.get(req)
/api/user/organizations/invitations
get
await global.api.user.organizations.Invitations.get(req)
URL
all
limit
offset
organizationid
/api/user/organizations/membership
get
await global.api.user.organizations.Membership.get(req)
/api/user/organizations/memberships-count
get
await global.api.user.organizations.MembershipsCount.get(req)
/api/user/organizations/memberships
get
await global.api.user.organizations.Memberships.get(req)
URL
all
limit
offset
organizationid
/api/user/organizations/open-invitation-organization
get
await global.api.user.organizations.OpenInvitationOrganization.get(req)
/api/user/organizations/open-invitation
get
await global.api.user.organizations.OpenInvitation.get(req)
/api/user/organizations/organization-membership
get
await global.api.user.organizations.OrganizationMembership.get(req)
/api/user/organizations/organization
get
await global.api.user.organizations.Organization.get(req)
/api/user/organizations/organizations-count
get
await global.api.user.organizations.OrganizationsCount.get(req)
/api/user/organizations/organizations
get
await global.api.user.organizations.Organizations.get(req)
URL
all
limit
offset
/api/user/organizations/secret-invitation
get
await global.api.user.organizations.SecretInvitation.get(req)
/api/user/organizations/set-invitation-terminated
patch
await global.api.user.organizations.SetInvitationTerminated.patch(req)
/api/user/organizations/set-organization-owner
patch
await global.api.user.organizations.SetOrganizationOwner.patch(req)
/api/user/organizations/update-organization
patch
await global.api.user.organizations.UpdateOrganization.patch(req)
POST
email
name
pin
Administrator API
/api/administrator/organizations/invitation
get
await global.api.administrator.organizations.Invitation.get(req)
/api/administrator/organizations/invitations-count
get
await global.api.administrator.organizations.InvitationsCount.get(req)
/api/administrator/organizations/invitations
get
await global.api.administrator.organizations.Invitations.get(req)
URL
accountid
all
limit
offset
organizationid
/api/administrator/organizations/membership
get
await global.api.administrator.organizations.Membership.get(req)
/api/administrator/organizations/memberships-count
get
await global.api.administrator.organizations.MembershipsCount.get(req)
/api/administrator/organizations/memberships
get
await global.api.administrator.organizations.Memberships.get(req)
URL
accountid
all
limit
offset
organizationid
/api/administrator/organizations/organization
get
await global.api.administrator.organizations.Organization.get(req)
/api/administrator/organizations/organizations-count
get
await global.api.administrator.organizations.OrganizationsCount.get(req)
/api/administrator/organizations/organizations
get
await global.api.administrator.organizations.Organizations.get(req)
URL
accountid
all
limit
offset
Top of page
${parameter.name}
${route.url}
${route.verb}
await ${route.nodejs}.${route.verb.toLowerCase()}(req)
URL
POST