Registrar Web Services

<back to all web services

UserAuths

Requires Authentication
Required role:Admin
The following routes are available for this service:
GET/UserAuths
GET/UserAuths/{Ids}
GET/UserAuths/Emails/{Emails}
UserAuths Parameters:
NameParameterData TypeRequiredDescription
IdspathList<long>No
EmailspathList<string>No

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?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/reply/UserAuths HTTP/1.1 
Host: regapi.pumpalarm.com 
Content-Type: application/json
Content-Length: length

{"Ids":[0],"Emails":["String"]}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

[{"Id":0,"UserName":"String","Email":"String","PrimaryEmail":"String","PhoneNumber":"String","FirstName":"String","LastName":"String","DisplayName":"String","Company":"String","BirthDate":"\/Date(-62135596800000-0000)\/","BirthDateRaw":"String","Address":"String","Address2":"String","City":"String","State":"String","Country":"String","Culture":"String","FullName":"String","Gender":"String","Language":"String","MailAddress":"String","Nickname":"String","PostalCode":"String","TimeZone":"String","Salt":"String","PasswordHash":"String","DigestHa1Hash":"String","Roles":["String"],"Permissions":["String"],"CreatedDate":"\/Date(-62135596800000-0000)\/","ModifiedDate":"\/Date(-62135596800000-0000)\/","InvalidLoginAttempts":0,"LastLoginAttempt":"\/Date(-62135596800000-0000)\/","LockedDate":"\/Date(-62135596800000-0000)\/","RecoveryToken":"String","RefId":0,"RefIdStr":"String","Meta":{"String":"String"}}]