I need to create an Azure function which will return structure:
{ userName; password; licenseType; }
for the particular user. Is there a way to do it?
I need to create an Azure function which will return structure:
{ userName; password; licenseType; }
for the particular user. Is there a way to do it?