Postgres

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.

post/postgres/{postgresId}/credentials

Request body

usernamestring required

Name of the new user.

Response

PostgreSQL user created successfully

Changes