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 Cloud Organization
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • Authentication
      • Overview
        • Overview
        • GetSettings
        • UpdateSettings
        • GetProfile
        • ListProfiles
        • CreateProfile
        • UpdateProfile
        • SetDefaultProfile
        • DeleteProfile
  • Audit Trails events
  • Release notes

In this article:

  • gRPC request
  • ListOsLoginProfilesRequest
  • ListOsLoginProfilesResponse
  • OsLoginProfile
  1. API reference
  2. gRPC
  3. OsLogin
  4. ListProfiles

Cloud Organization API, gRPC: OsLoginService.ListProfiles

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • ListOsLoginProfilesRequest
  • ListOsLoginProfilesResponse
  • OsLoginProfile

gRPC requestgRPC request

rpc ListProfiles (ListOsLoginProfilesRequest) returns (ListOsLoginProfilesResponse)

ListOsLoginProfilesRequestListOsLoginProfilesRequest

{
  "organization_id": "string",
  "page_size": "int64",
  "page_token": "string",
  "filter": "string"
}

Field

Description

organization_id

string

Required field.

page_size

int64

page_token

string

filter

string

A filter expression that filters profiles listed in the response.
The expression must specify:

  1. The field name. Currently you can use filtering by subject_id, uid or login.
  2. An = operator.
  3. The value in double quotes (").
    E.g. login="example-login"

ListOsLoginProfilesResponseListOsLoginProfilesResponse

{
  "profiles": [
    {
      "id": "string",
      "organization_id": "string",
      "subject_id": "string",
      "login": "string",
      "uid": "int64",
      "is_default": "bool",
      "home_directory": "string",
      "shell": "string"
    }
  ],
  "next_page_token": "string"
}

Field

Description

profiles[]

OsLoginProfile

next_page_token

string

OsLoginProfileOsLoginProfile

Field

Description

id

string

organization_id

string

subject_id

string

login

string

uid

int64

is_default

bool

home_directory

string

shell

string

Was the article helpful?

Previous
GetProfile
Next
CreateProfile
Yandex project
© 2025 Yandex.Cloud LLC