PortalAdmin.WebAPI

<back to all web services

admin.rcs.profile.search

REST Paths

The following REST paths are available for this service.

POST admin.rcs.profile.search

To override the Content-type in your clients HTTP Accept Header, append ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /json/syncreply/admin.rcs.profile.search HTTP/1.1 
Host: talk.vltelecom.com 
Content-Type: application/json
Content-Length: length

{"key":"String", "value":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"data":[{"id":0,"login":"String", "firstName":"String", "lastName":"String", "email":"String", "userName":"String", "phone":"String", "countryCode":"String", "oS":"String", "country":"String", "city":"String", "avatar":"String"}],"responseStatus":{"errorCode":"String", "message":"String", "stackTrace":"String", "errors":[{"errorCode":"String", "fieldName":"String", "message":"String"}]}}