Skip to main content
Source: equa-server/modules/api/src/endpoints/admin-endpoints.ts

Admin Endpoints

Endpoints for site-level administration. These are restricted to users with site admin privileges (canReadSite or canWriteSite).

Admin Invite User

Send an admin-level invitation to a user, bypassing normal invitation flows. Request:

Get Organization Users

List all users associated with an organization (admin view with full user details).

Get Site Stats

Get platform-wide statistics (total users, organizations, etc.). Response:

Export Cap Table CSV

Export all cap table data across the platform as a CSV file. This is a site admin data export for reporting purposes.