Description
This function lists the users with access to a PostgreSQL® database.
Warning:
We strongly recommend that you use UAPI instead of cPanel API 2. However, no equivalent UAPI function exists.
Examples
Note:
Use cPanel's API Shell interface (Home >> Advanced >> API Shell) to directly test cPanel API calls.
Parameters
Parameter |
Type |
Description |
Possible values |
Example |
db |
string |
The database name. Note: If you do not include this parameter, the function will return results for all databases. |
A valid string. |
example_database |
Returns
Return |
Type |
Description |
Possible values |
Example |
db |
string |
The database name. |
A valid string. |
example_database |
user |
string |
The database username. |
A valid string. |
example_pgdbuser1 |
reason |
string |
A reason for failure. Note: This function only returns a reason value if it failed. |
A string that describes the error. |
This is an error message. |
result |
boolean |
Whether the function succeeded. |
|
1 |