AmoGroups: Groups

Description Usage Arguments Value References Examples

View source: R/AmoGroups.R

Description

Function to get groups of users.

Usage

1
AmoGroups(email = NULL, apikey = NULL, domain = NULL, auth_list = NULL)

Arguments

email

Email

apikey

Your api key from settings in interface

domain

Your domain in AmoCRM (xxx in xxx.amocrm.ru)

auth_list

List with auth data, you can build from AmoAuthList

Value

You'll get a groups.

References

Please READ this: Function documentation in Russian on GitHub

Also nice to read: AmoCRM official documentation

Examples

1
2
3
4
## Not run: 
groups <- AmoGroups(auth_list = auth_list)

## End(Not run)

grkhr/amocrm documentation built on May 24, 2021, 5:24 a.m.