Postgres Clusters
Create User
Create a Postgres user within a specific cluster. Fetch the generated password from the credentials endpoint.
post/v1/postgres/{postgres_cluster_id}/users
Path parameters
postgres_cluster_idstring required
Managed Postgres Cluster ID
Request body
Example request
{
"role": "writer"
}Response
Created
Changes
Changed in 1 of the 8 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○