eQuipAPI

<back to all web services

FindUsers

Find one or more users.

The following routes are available for this service:
GET/usersFind one or more users.
GET/users/{UserUuid}Find a specified user.
FindUsers Parameters:
NameParameterData TypeRequiredDescription
UserUuidpathGuidNoThe internal Id of the user making the request
ServicePrincipalApiKeyqueryGuidYesThe Api key that authorizes the caller to complete the request. Contact your eQuip admin.
PageSizequeryintNoNumber of users to return. 0 returns all entries.
PageNumberqueryintNoThe page number to start retrieving data. 0 returns first page entries.

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/FindUsers HTTP/1.1 
Host: equipstage3.e-isg.com 
Content-Type: application/json
Content-Length: length

{"UserUuid":"00000000000000000000000000000000","PageSize":0,"PageNumber":0}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"UserID":0,"UserName":"String","UserFullName":"String","Active":false,"EmailAddress":"String","PhoneNumber":"String","Role":"String","LastLoginDate":"\/Date(-62135596800000-0000)\/"}