Pipedrive API

Getting access, Developing, Testing

Back to Pipedrive

Add users to a team

Adds users to an existing team.

Input

type: object properties: parameters: type: object properties: id: type: integer description: The ID of the team required: - id data: title: addTeamUserRequest type: object required: - users properties: users: type: array description: The list of user IDs items: type: integer

Output

title: userIds type: object properties: success: type: boolean description: If the response is successful or not data: type: array description: The list of user IDs items: type: integer