I got a lot of test users but I can't see them in the APP HQ App42 management Console.
If I do:
sp = new ServiceAPI(myApiKey, mySecretKey);
userService = sp.BuildUserService();
userService.GetAllUsers(new GetAllUsersCallBack());
My GetAllUsersCallBack shows all the users I have created while testing. I want use the App42 management Console to delet them but I can't find them anywhere.
1. First I click on the "App Manager" left pane.
2. Under that I click "App DashBoard".
3. Then I click on the "App42 API" tab.
4. Then I click "App Users" subtab.
I have only one app "TOT3" which is selected. But there are no users shown in the "Total App Users" section.
Why?