add sub accounts by an account

elizondo82

Member
Joined
Sep 16, 2022
Messages
12
Programming Experience
10+
Hello, it is possible create a sub account example:

jose -- Account sub 1
Account sub 2
Account sub 3

Adriana -- Account sub 4
Account sub 5
Account sub 6
Account sub 7

I want when an account sub 4 login identify the ID [AspNetUsers]

It is possible?
 
Yes it is possible if you are working with no constraints, but it seems like you have some requirements and constraints that you are not articulating. For example: Do you have to use ASP.NET Identity or can you use any framework you want including writing your own from scratch? What's to prevent Jose from logging into Sub Account 7 if he knows the credentials for Sub Account 7? What are the significance of the names Jose and Adriana? Can Sub Account 4 know that Sub Account 7 exists? Can Sub Account 4 know that Sub Account 1 exists?

You will have to provide a lot more detail because there is a lot of information missing as well as you what what your objectives are.

If the objective is just to find out if it is possible, then the answer is likely yes based on what you have told us so far. If the objective is to get someone to write code for you, then the answer is no, we are not a code writing service, but we can guide you along if you show us what you have done so far, what you have thought about, and what have considered.
 
Back
Top Bottom