Documentation for Developers by Developers

Select a Platform

Persons App Get

Description

Get a list of all PersonLogin records for an application. You can then use the PersonID field to access more detailed information about each user's Person record.

Endpoints

https://service.proxomo.com/v09/xml/security/persons
https://service.proxomo.com/v09/json/security/persons
 

HTTP Method

GET
 

Returns

A list of all PersonLogin records for an app.
 

 

iOS Persons App Get

Examples

ProxomoList *plist = [[ProxomoList alloc] init];
[plist
GetAll:_apiContext getType:PERSON_LOGIN_TYPE];

JSON Sample

Request:
GET: https: //service.proxomo.com/v09/json/security/persons

Response:
JSON GET Result:
[{
    "ApplicationID": "ihjNViYPiCGMdnjR",
    "PersonID": "EQiTSItVVqZAlgDp",
    "Role": "admin",
    "UserName": "tester"
}]


So many developers use Proxomo What are you waiting for?

SIGN ME UP