API / Methods / wizehive.people.getList

wizehive.people.getList

Gets a list of people.

Authentication

This method requires authentication.

Arguments

api_key
(Required)
Your API application key. See here for more details.
ws_id
(Required)
Id of the workspace you want the list of people for.
page
(Optional)
Page number of list.
per_page
(Optional)
People per page (default 50).

Example Response

<people>
  <person id="2" created="2008-11-13 00:13:38" email="dsmith@wizehive.com" status="member"/>
  <person id="3" created="2008-11-13 00:35:11" email="mcarlson@wizehive.com" status="invited"/>
</people>

Error Codes

1: Missing workspace id

The required parameter
wd_id
was not found.

98: Login failed / Invalid auth token

The login details or auth token passed were invalid.
100: Invalid API Key

The API key passed was not valid or has expired.
112: Method "xxx" not found

The requested method was not found.