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
| Key | Datatype | Required | Description |
|---|---|---|---|
limit | string | The number of results to include on each page. | |
offset | string | The number of results to exclude. |