Pipedrive Oauth

Links

    Pipedrive Oauth API

    Getting access, Developing, Testing

    Back to Pipedrive Oauth

    List user role settings

    Lists the settings of user's assigned role.

    Input

    type: object properties: parameters: type: object properties: id: type: integer description: The ID of the user required: - id

    Output

    title: getRoleSettingsResponse200 type: object properties: success: type: boolean description: If the response is successful or not data: description: The settings for the role type: object properties: deal_default_visibility: type: number description: The default visibility level of the deals for the role lead_default_visibility: type: number description: The default visibility level of the leads for the role org_default_visibility: type: number description: The default visibility level of the organizations for the role person_default_visibility: type: number description: The default visibility level of the people for the role product_default_visibility: type: number description: The default visibility level of the products for the role deal_access_level: type: number description: The access level of the deals for the role (only for default role) org_access_level: type: number description: >- The access level of the organizations for the role (only for default role) person_access_level: type: number description: The access level of the people for the role (only for default role) product_access_level: type: number description: The access level of the products for the role (only for default role)