Implement crud operation to add, fetch,patch and delete admin user on ones account.
***user management
account owner should be fetched as well as admins should be fetched that are added by the owner...when admins are added by the owner to the owners account they can manage the mentors...its treated like system user
the role(OWNER or ADMIN) and status(ACTIVE or INACTIVE) should be fetched as well.
Implement crud operation to add, fetch,patch and delete admin user on ones account.
***user management
account owner should be fetched as well as admins should be fetched that are added by the owner...when admins are added by the owner to the owners account they can manage the mentors...its treated like system user
the role(OWNER or ADMIN) and status(ACTIVE or INACTIVE) should be fetched as well.