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
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Identity and Access Management
  • Secure use of Yandex Cloud
  • Access management
  • Pricing policy
  • Role reference
  • Terraform reference
    • Authentication with the API
      • Overview
        • Overview
        • Get
        • List
  • Monitoring metrics
  • Audit Trails events
  • Release notes

In this article:

  • HTTP request
  • Path parameters
  • Response
  1. API reference
  2. REST
  3. Role
  4. Get

Identity and Access Management API, REST: Role.Get

Written by
Yandex Cloud
Updated at November 26, 2024
  • HTTP request
  • Path parameters
  • Response

Returns the specified Role resource.

To get the list of available Role resources, make a List request.

HTTP requestHTTP request

GET https://iam.api.cloud.yandex.net/iam/v1/roles/{roleId}

Path parametersPath parameters

Field

Description

roleId

string

Required field. ID of the Role resource to return.
To get the role ID, use a RoleService.List request.

ResponseResponse

HTTP Code: 200 - OK

{
  "id": "string",
  "description": "string"
}

A Role resource. For more information, see Roles.

Field

Description

id

string

ID of the role.

description

string

Description of the role. 0-256 characters long.

Was the article helpful?

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