users_list: List all users in Domo instance.

Description Usage Arguments Value References

Description

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.

Usage

1
users_list(df_output = TRUE, batch_size = 500)

Arguments

df_output

If TRUE, function will return data in a dataframe or tibble. If FALSE, the raw list output will be returned.

Value

List of all users in Domo.

References

API Documentation: https://developer.domo.com/docs/users-api-reference/users-2#List%20users


jeremydmorris/rdomo documentation built on Nov. 15, 2020, 9:24 a.m.