Enums§
- AddUser
Error - struct for typed errors of method
add_user
- Find
Users ByName Error - struct for typed errors of method
find_users_by_name
- GetCurrent
User Error - struct for typed errors of method
get_current_user
- GetUser
Error - struct for typed errors of method
get_user
- GetUser
Followers Error - struct for typed errors of method
get_user_followers
- GetUser
Permissions Error - struct for typed errors of method
get_user_permissions
- GetUser
Role Assignments Error - struct for typed errors of method
get_user_role_assignments
- GetUser
Role Settings Error - struct for typed errors of method
get_user_role_settings
- GetUsers
Error - struct for typed errors of method
get_users
- Update
User Error - struct for typed errors of method
update_user
Functions§
- add_
user - Adds a new user to the company, returns the ID upon success.
- find_
users_ by_ name - Finds users by their name.
- get_
current_ user - Returns data about an authorized user within the company with bound company data: company ID, company name, and domain. Note that the
locale
property means ‘Date/number format’ in the Pipedrive account settings, not the chosen language. - get_
user - Returns data about a specific user within the company.
- get_
user_ followers - Lists the followers of a specific user.
- get_
user_ permissions - Lists aggregated permissions over all assigned permission sets for a user.
- get_
user_ role_ assignments - Lists role assignments for a user.
- get_
user_ role_ settings - Lists the settings of user’s assigned role.
- get_
users - Returns data about all users within the company.
- update_
user - Updates the properties of a user. Currently, only
active_flag
can be updated.