Pipedrive Oauth

Links

    Pipedrive Oauth API

    Getting access, Developing, Testing

    Back to Pipedrive Oauth

    Add a follower to a person

    Adds a follower to a person.

    Input

    type: object properties: parameters: type: object properties: id: type: integer description: The ID of the person required: - id data: title: addPersonFollowerRequest type: object required: - user_id properties: user_id: type: integer description: The ID of the user

    Output

    title: addPersonFollowerResponse200 type: object properties: success: type: boolean description: If the response is successful or not data: type: object properties: user_id: type: integer description: The ID of the user who was added as a follower to a person id: type: integer description: The ID of the follower person_id: type: integer description: The ID of the person to whom the follower was added add_time: type: string description: >- The date and time when the follower was added to a person. Format: YYYY-MM-DD HH:MM:SS