Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex MPP Analytics for PostgreSQL
  • 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:

  • gRPC request
  • ListUsersRequest
  • ListUsersResponse
  • User
  1. API reference
  2. gRPC
  3. User
  4. List

Managed Service for Greenplum® API, gRPC: UserService.List

Written by
Yandex Cloud
Updated at April 18, 2025
  • gRPC request
  • ListUsersRequest
  • ListUsersResponse
  • User

List all users

gRPC requestgRPC request

rpc List (ListUsersRequest) returns (ListUsersResponse)

ListUsersRequestListUsersRequest

{
  "cluster_id": "string"
}

Field

Description

cluster_id

string

Required field.

ListUsersResponseListUsersResponse

{
  "users": [
    {
      "name": "string",
      "password": "string",
      "resource_group": "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

resource_group

string

Resource group for user's queries

Was the article helpful?

Previous
Overview
Next
Create
© 2025 Direct Cursus Technology L.L.C.