get_users | R Documentation |
Retrieves a list of all users for the company designated by the auth token.
get_users(company_id = Sys.getenv("AW_COMPANY_ID"), limit = 10, page = 0)
company_id |
Company ID. If an environment variable called |
limit |
The number of results to return per page. This argument works in conjunction with the
|
page |
The "page" of results to display. This works in conjunction with the |
A data frame of users and their meta data.
## Not run:
get_users(limit = 10, page = 0)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.