getBillingAccountDatabaseUsers

Description

Get data for users from a specific database. Can be more useful than getDatabaseUsers() as you also retrieve the database owner's info as well.

Usage

getBillingAccountDatabaseUsers(
  billingAccountId,
  databaseId,
  asDataFrame = TRUE
)

Arguments

Argument Description
billingAccountId Billing ID
databaseId Database ID
asDataFrame Data.frame output, Default: TRUE

Value

User information from the specified database in list or data.frame output

Next item
getBillingAccountDatabases