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

@@ -71,7 +71,7 @@ export async function removeUserOrg(
data: null,
success: true,
error: false,
message: "User remove from org successfully",
message: "User removed from org successfully",
status: HttpCode.OK
});
} catch (error) {