Return your user account information from Less annoying CRM

get_account_information(user_code, api_token)

Arguments

user_code

The user code to identify your account

api_token

The api token to connect to your account

Details

For using this function you will need to get your credentials from your Less Annoying CRM. Make sure to have your user code and your api_token.

Examples

if (FALSE) {
get_account_information(user_code = "6A6E88",
                       api_token = "FBHV7C")
}