This function creates a PostgreSQL® database user.
Important:
When you disable the PostgreSQL role, the system disables this function.
uapi --output=jsonpretty \ --user=username \ Postgresql \ create_user \ name='dbuser' \ password='123456luggage'
{- "apiversion": 3,
- "func": "create_user",
- "module": "Postgresql",
- "result": {
- "data": null,
- "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}