users_list | R Documentation |
This function returns a list of all users in the specified Domo instance. The API requires the user to page through results. Paging is not necessary with this function.
users_list(df_output = TRUE, batch_size = 500)
df_output |
If TRUE, function will return data in a dataframe or tibble. If FALSE, the raw list output will be returned. |
List of all users in Domo.
API Documentation: https://developer.domo.com/docs/users-api-reference/users-2#List%20users
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.