Hi,
I am designing a workflow.
In this workflow, I need to gain Mingle user informations from his mail address.
I tried to use Mingle API AllUsers /SocialService.Svc/User/{userGUID}/AllUsers.
Then I need to parse data from json path as this UserDetailList[?(@.Email=='%mail%')].UserName (where %mail% is dynamic)
But not possible with ion desk ionapi wf tool.
So I tried to use /SocialService.Svc/User/{userGUID}/SearchUsers but I don't understand how to fill SearchString parameter.
I did'nt see anything in docs about that subject.
Any Idea ?
Thanks for your responses Fred