This content has been marked as final.
Show 3 replies
-
-
Re: Get user by username using REST API V3 (Search by username?)
bfeller@virtual.com Jul 19, 2013 8:09 AM (in response to mtuljapurkar)Thanks. That did the trick.
-
Re: Get user by username using REST API V3 (Search by username?)
sameer_v Feb 21, 2017 1:22 PM (in response to mtuljapurkar)https://sandbox.jiveon.com/api/core/v3/people/username/bob.feller
This would give that user only. If you just use "bob" or "feller" to search, it wouldn't fetch any results.
Something like below would list all possible search results with "bob" for instance..
https://sandbox.jiveon.com/api/core/v3/people?filter=search(bob)
-