Hi,
I have a multi tenancy app with a database for each tenant and one database containing all the api user accounts.
How can i fetch all existing api users from within an service?
Greetings
Andre
Hi,
I have a multi tenancy app with a database for each tenant and one database containing all the api user accounts.
How can i fetch all existing api users from within an service?
Greetings
Andre
Query the table that has the users:
Db.Select<UserAuth>();