User Service - Retrieving profiles
Proxima
Quote: No - right now you can't search User accounts or Profiles - this is done mainly from a security perspective. What you want to do is when you create a new account, copy the info (say username and what other "public" data you would want available) over to a custom collection in the data service that you could use for listing/searching.
Ok, so when I make a request for creating an account, and get the response that account is created, I should make another request to add profile info to collection (e.g. POST api/data/profile)?
Quote: It works exactly the same as the Data Service - all operators are supported. Note that the Bridge Service module is still in beta - so please let me know if you see any issues.
I will play with it in coming days, and if I find anything strange, I'll let you know.
Quote: A quick question - are you using Proxima to provide an API for an existing Jamroom site (i.e. users will be signing up on your Jamroom site) or as the "backend" for a mobile or desktop app?
I am using it as a backend for an Android application.
updated by @velibor-dragutinovic: 04/04/15 11:20:23AM