Enums§
- AddOr
Update Role Setting Error - struct for typed errors of method
add_or_update_role_setting
- AddRole
Assignment Error - struct for typed errors of method
add_role_assignment
- AddRole
Error - struct for typed errors of method
add_role
- Delete
Role Assignment Error - struct for typed errors of method
delete_role_assignment
- Delete
Role Error - struct for typed errors of method
delete_role
- GetRole
Assignments Error - struct for typed errors of method
get_role_assignments
- GetRole
Error - struct for typed errors of method
get_role
- GetRole
Pipelines Error - struct for typed errors of method
get_role_pipelines
- GetRole
Settings Error - struct for typed errors of method
get_role_settings
- GetRoles
Error - struct for typed errors of method
get_roles
- Update
Role Error - struct for typed errors of method
update_role
- Update
Role Pipelines Error - struct for typed errors of method
update_role_pipelines
Functions§
- add_
or_ update_ role_ setting - Adds or updates the visibility setting for a role.
- add_
role - Adds a new role.
- add_
role_ assignment - Assigns a user to a role.
- delete_
role - Marks a role as deleted.
- delete_
role_ assignment - Removes the assigned user from a role and adds to the default role.
- get_
role - Returns the details of a specific role.
- get_
role_ assignments - Returns all users assigned to a role.
- get_
role_ pipelines - Returns the list of either visible or hidden pipeline IDs for a specific role. For more information on pipeline visibility, please refer to the <a href="https://support.pipedrive.com/en/article/visibility-groups" target="_blank" rel="noopener noreferrer">Visibility groups article.
- get_
role_ settings - Returns the visibility settings of a specific role.
- get_
roles - Returns all the roles within the company.
- update_
role - Updates the parent role and/or the name of a specific role.
- update_
role_ pipelines - Updates the specified pipelines to be visible and/or hidden for a specific role. For more information on pipeline visibility, please refer to the <a href="https://support.pipedrive.com/en/article/visibility-groups" target="_blank" rel="noopener noreferrer">Visibility groups article.