Managed Service for Greenplum® API, REST: User.List
Written by
Updated at January 23, 2026
List all users
HTTP request
GET https://mdb.api.cloud.yandex.net/managed-greenplum/v1/clusters/{clusterId}/users
Path parameters
|
Field |
Description |
|
clusterId |
string Required field. The maximum string length in characters is 50. |
Response
HTTP Code: 200 - OK
{
"users": [
{
"name": "string",
"password": "string",
"resourceGroup": "string"
}
]
}
|
Field |
Description |
|
users[] |
User
|
Field |
Description |
|
name |
string Required field. User name The string length in characters must be 1-63. Value must match the regular expression |
|
password |
string User password. Used only in create and update requests The string length in characters must be 6-200. |
|
resourceGroup |
string Resource group for user's queries Value must match the regular expression |