Users - mneedham91/PyPardot4 GitHub Wiki

The Users class queries and uses Pardot users.

If you initialize with p = PardotAPI(), you access the Accounts class with p.users

Methods

  • query Returns the users matching the specified criteria parameters.

  • read_by_email Returns the data for the user specified by email, the email address of the target user.

  • read_by_id Returns the data for the user specified by id, the Pardot ID of the target user.