GetList
Retrieves the list of users.
Parameters:
Search criteria:
Optional parameters:
- limit - this limits the maximum of returned userss
- offset - used together with limit; the list is retrieved from this offset
- count - used to count the users
Returns for each user:
- id
- email
- status
- first_name
- last_name
- timezone_id
- an array with the groups in which the user is member
When count is used, it returns the count of the matching users. This is helpful when the users are shown on multiple pages.
XML request (without count):
XML response (without count):
XML request (with count):
XML response (with count):