Add admin user api interfaces

This commit is contained in:
Owen
2025-03-21 17:05:04 -04:00
parent 3b09ef3345
commit deb30ed4ae
7 changed files with 204 additions and 3 deletions

View File

@@ -4,4 +4,6 @@ export * from "./listUsers";
export * from "./addUserRole";
export * from "./inviteUser";
export * from "./acceptInvite";
export * from "./getOrgUser";
export * from "./getOrgUser";
export * from "./adminListUsers";
export * from "./adminRemoveUser";