Management - Find User

Use this to find a user

API Usage

In order to find the users in an Opentracker.net account, use this URL to perform a GET or POST request.

Parameters

The following parameters are required:

administrator: the admintrator requesting the site/ server mappings
password the password of the administrator
site OPTIONAL. A specific site to request a server mapping for

Examples

To request all user mappings for an account:
HTTP GET/ POST: find_users.jsp?administrator=admin@opentracker.net&password=demo123

To request a site/ users mapping:
HTTP GET/ POST: find_users.jsp?administrator=admin@opentracker.net&password=demo123&site=www.opentracker.net

Standard response

Page returns (a multi-line) tab delimited text formatted as: 'www.opentracker.net user@domain.com role '. Where user@domain.com is the user who can view the site, and role is the role of the user (administrator, super user, standard user).

Errors

site is unknown in administrator's account.
administrator is not supplied.
password is not supplied.
No data profile for administrator.
Password is not correct for administrator.
Illegal role for administrator email (user not administrator).
Illegal number of administrators.
Illegal administrator for site.

We would love to hear your feedback. Please use the facebook comment box below