create invite and accept invite endpoints

This commit is contained in:
Milo Schwartz
2024-11-02 18:12:17 -04:00
parent a83a3e88bb
commit a6bb8f5bb1
7 changed files with 333 additions and 48 deletions

View File

@@ -3,3 +3,5 @@ export * from "./removeUserOrg";
export * from "./addUserOrg";
export * from "./listUsers";
export * from "./setUserRole";
export * from "./inviteUser";
export * from "./acceptInvite";