0
RenuSolutions created
- API: v11.1.0 | Client: v11.1.0
- Angular
- .net core
as of now while creating tenant its validates only whether tenant name is already taken or not. when we try to check the email address already taken or not for tenants we faced issue that await CreateAsync(tenant) function not editable. is there any other methods available for checking tenant email id already exists or not?
1 Answer(s)
-
0
Hi @RenuSolutions
When a new tenant is created, that tenant can't have any users, so that's why email address is not checked. However, if you changed that logic, you can go to TenantManager and change its CreateWithAdminUserAsync method. Please let me know if I understand your case wrongly.