Postgres Clusters
Create User
Create a Postgres user within a specific cluster. Fetch the generated password from the credentials endpoint.
post/postgres/{postgres_cluster_id}/users
Path parameters
postgres_cluster_idstring required
Managed Postgres Cluster ID
Request body
Example request
{
"role": "writer"
}Response
Created