Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Managed Service for Greenplum®
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • API authentication
      • Overview
        • Overview
        • List
        • Create
        • Update
        • Delete
  • Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes

In this article:

  • HTTP request
  • Path parameters
  • Response
  • User
  1. API reference
  2. REST
  3. User
  4. List

Managed Service for Greenplum® API, REST: User.List

Written by
Yandex Cloud
Updated at April 18, 2025
  • HTTP request
  • Path parameters
  • Response
  • User

List all users

HTTP requestHTTP request

GET https://mdb.api.cloud.yandex.net/managed-greenplum/v1/clusters/{clusterId}/users

Path parametersPath parameters

Field

Description

clusterId

string

Required field.

ResponseResponse

HTTP Code: 200 - OK

{
  "users": [
    {
      "name": "string",
      "password": "string",
      "resourceGroup": "string"
    }
  ]
}

Field

Description

users[]

User

UserUser

Field

Description

name

string

Required field. User name

password

string

User password. Used only in create and update requests

resourceGroup

string

Resource group for user's queries

Was the article helpful?

Previous
Overview
Next
Create
Yandex project
© 2025 Yandex.Cloud LLC