GetAllUsers() api returns deleted users also!!!

0 votes
Hi All
I am using following api call of user service in unity to find friends. But there is a problem. Lets say I have created a user called "gokhan". Then I deleted that user permenantly. Then again I created a user called "gokhan". Then, if I search users like "g", it returns two of gokhan!!! This is absolutely a bug. Can a shephertz developer deal with it?
 
Dictionary<String, String> otherMetaHeaders = new Dictionary<String, String>();  
otherMetaHeaders.Add("like", startPattern); 
UserService userService = App42API.BuildUserService();
userService.SetOtherMetaHeaders(otherMetaHeaders); 
userService.GetAllUsers(5,pagingOffset,new FriendsAddSearchCallBack());
Thanks
Gökhan
closed with the note: Solved
asked Feb 6, 2017 in Unity by gokhan (20 points)
closed Feb 7, 2017 by shepAdmin

2 Answers

0 votes
Hi Gokhan,

I have forwarded this to our development team and will update you ASAP.

Thanks.
answered Feb 7, 2017 by rajeev.etc (1,660 points)
0 votes

Hi Gokhan,

 

There is no such issue where App42 API returns deleted users as well. Could you please share the result JSON which you are getting after the get all users api call. Also, if it is possible then please add us(collaborator@shephertz.com) as a collaborator on your app. It will help us to provide better support to you. 

 

Regards,

Himanshu Sharma

answered Feb 7, 2017 by hs00105 (2,005 points)
Ok, I found the problem. Not a bug. Thanks.
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...