Retrieve all teammates

GET {{baseUrl}}/teammates?limit=<string>&offset=<string>

This endpoint allows you to retrieve a list of all current teammates.

Note: The Response Header will include pagination info.

Request Params

KeyDatatypeRequiredDescription
limitstringThe number of results to include on each page.
offsetstringThe number of results to exclude.