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 Identity and Access Management
  • Secure use of Yandex Cloud
  • Access management
  • Pricing policy
  • Role reference
  • Terraform reference
    • API authentication
      • Overview
        • Overview
        • ListSubjectAccessBindings
  • Monitoring metrics
  • Audit Trails events
  • Release notes

In this article:

  • HTTP request
  • Query parameters
  • Response
  • SubjectAccessBinding
  • Resource
  1. API reference
  2. REST
  3. AccessAnalyzer
  4. ListSubjectAccessBindings

Identity and Access Management API, REST: AccessAnalyzer.ListSubjectAccessBindings

Written by
Yandex Cloud
Updated at October 3, 2025
  • HTTP request
  • Query parameters
  • Response
  • SubjectAccessBinding
  • Resource

Returns the list of access bindings for the specified subject in chosen organization.

HTTP requestHTTP request

GET https://iam.api.cloud.yandex.net/iam/v1/listSubjectAccessBindings

Query parametersQuery parameters

Field

Description

subjectId

string

Required field. SubjectId to list access bindings for.

organizationId

string

Required field. OrganizationId to search access bindings in.

pageSize

string (int64)

The maximum number of results per page to return. If the number of available
results is larger than pageSize,
the service returns a ListSubjectAccessBindingsResponse.nextPageToken
that can be used to get the next page of results in subsequent list requests.
Default value: 100

pageToken

string

Page token. To get the next page of results, set pageToken
to the ListSubjectAccessBindingsResponse.nextPageToken
returned by a previous list request.

ResponseResponse

HTTP Code: 200 - OK

{
  "subjectAccessBindings": [
    {
      "roleId": "string",
      "resource": {
        "id": "string",
        "type": "string"
      },
      "subjectId": "string"
    }
  ],
  "nextPageToken": "string"
}

Field

Description

subjectAccessBindings[]

SubjectAccessBinding

List of access bindings for the specified subject.

nextPageToken

string

This token allows you to get the next page of results for list requests. If the number of results
is larger than ListSubjectAccessBindingsRequest.pageSize, use
the nextPageToken as the value
for the ListSubjectAccessBindingsRequest.pageToken query parameter
in the next list request. Each subsequent list request will have its own
nextPageToken to continue paging through the results.

SubjectAccessBindingSubjectAccessBinding

Field

Description

roleId

string

Role assigned to the subject.

resource

Resource

Resource to which the access binding applies.

subjectId

string

Identifier of the subject to which this role is granted.

ResourceResource

A Resource. For more information, see Resource.

Field

Description

id

string

Required field. ID of the resource.

type

string

Required field. The type of the resource, e.g. resource-manager.folder, billing.account, compute.snapshot, etc.

Was the article helpful?

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