databases_list_users {civis}R Documentation

Show list of database users

Description

Show list of database users

Usage

databases_list_users(id, active = NULL)

Arguments

id

integer required. The ID of the database.

active

boolean optional. If true returns active users. If false returns deactivated users. If omitted returns all users.

Value

A list containing the following elements:

username

string, Username

active

boolean, Whether the user is active or deactivated


[Package civis version 3.1.2 Index]