Postgres Clusters
Update User Role
Update a specific Postgres user's role within a cluster.
patch/postgres/{postgres_cluster_id}/users/{username}
Path parameters
postgres_cluster_idstring required
Managed Postgres Cluster ID
usernamestring required
Postgres User Name
Request body
Example request
{
"role": "reader"
}Response
No Content