users_list: List all users in Domo instance.

users_listR Documentation

List all users in Domo instance.

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

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


domoinc/rdomo documentation built on Nov. 8, 2024, 12:48 a.m.