provider LegacyTeams GET /legacyTeams
@utdk/pipedrive /legacyTeams
Get all teams
Returns data about teams within the company.
order_by query
The field name to sort returned teams by
enum: id, name, manager_id, active_flag
skip_users query
When enabled, the teams will not include IDs of member users
enum: 0, 1

Try it

Authentication
Configure credentials for Pipedrive API v1
getteams
GET/legacyTeams
Returns data about teams within the company.

The field name to sort returned teams by

When enabled, the teams will not include IDs of member users

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import pipedrive from '@utdk/pipedrive';

await pipedrive.getteams({
  "order_by": "id",
  "skip_users": 0
})