databases_list_users: Show list of database users
Description
Show list of database users
Usage
databases_list_users(id, active = NULL)
Value
A list containing the following elements:
- username
string, Username
- active
boolean, Whether the user is active or deactivated
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.