You can use this endpoint to retrieve the number of pages we can return all users on.
Name | Type | Required | Description |
---|---|---|---|
p_companyID | string | Yes | The security code you have been provided with, string (32) |
An integer that can be anything between 1 - N, depending on the number of users the company has. We can retrieve 1000 users in a single getUsers(p_companyID, p_page) call if p_page is provided, so this value is the up-rounded result of users_nr / 1000. In case a company has max 1000 users we return 1, between 1001 and 2000 we return 2, between 2001 and 3000 we return 3 and so on. The returned value will tell the 3rd party on how many pages we can return all the users from the database.
Sample
Response