Create PostgreSQL User
render_create_postgres_userCreate a new PostgreSQL user for a Render Postgres instance to set it as the database's default user.
Instructions
Create PostgreSQL User. Create a new PostgreSQL user for the Render Postgres instance with the provided ID. This becomes the database's new "default" user. Calls POST /postgres/{postgresId}/credentials on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Name of the new user. | |
| postgresId | Yes |