Add endpoint to check email and project existence

This commit is contained in:
faris Aljohari
2024-12-23 00:01:36 -06:00
parent 39fd6e9dd9
commit 864884933e
5 changed files with 92 additions and 0 deletions

View File

@ -733,6 +733,10 @@ export class ControllerRoute {
public static readonly CREATE_USER_INVITATION_DESCRIPTION =
'This endpoint creates an invitation for a user to assign to role and spaces.';
public static readonly CHECK_EMAIL_SUMMARY = 'Check email';
public static readonly CHECK_EMAIL_DESCRIPTION =
'This endpoint checks if an email already exists and have a project in the system.';
};
};
static PERMISSION = class {