pipedrive-rs 0.1.0

Rust PipedriveClient
Documentation
# \UserSettingsApi

All URIs are relative to *https://api.pipedrive.com/v1*

Method | HTTP request | Description
------------- | ------------- | -------------
[**get_user_settings**]UserSettingsApi.md#get_user_settings | **GET** /userSettings | List settings of an authorized user



## get_user_settings

> crate::models::GetUserSettingsResponse200 get_user_settings()
List settings of an authorized user

Lists the settings of an authorized user. Example response contains a shortened list of settings.

### Parameters

This endpoint does not need any parameter.

### Return type

[**crate::models::GetUserSettingsResponse200**](getUserSettingsResponse200.md)

### Authorization

[api_key](../README.md#api_key), [oauth2](../README.md#oauth2)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)