-
Notifications
You must be signed in to change notification settings - Fork 38
Users
Matt Needham edited this page Aug 15, 2017
·
2 revisions
The Users class queries and uses Pardot users.
If you initialize with p = PardotAPI(), you access the Accounts class with p.users
-
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.