Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • 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
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Identity Hub
  • Access management
  • Pricing policy
  • Terraform reference
    • Authentication
      • Overview
        • Overview
        • Create
        • Update
        • Activate
        • Deactivate
        • Delete
        • Get
        • List
        • UpdateAudience
        • ListAudience
  • Audit Trails events
  • Release notes

In this article:

  • HTTP request
  • Path parameters
  • Query parameters
  • Response
  • Subject
  1. API reference
  2. REST
  3. MfaEnforcement
  4. ListAudience

Identity Hub API, REST: MfaEnforcement.ListAudience

Written by
Yandex Cloud
Updated at December 15, 2025
  • HTTP request
  • Path parameters
  • Query parameters
  • Response
  • Subject

returns specified MFA enforcement's audience

HTTP requestHTTP request

GET https://organization-manager.api.cloud.yandex.net/organization-manager/v1/mfaEnforcements/{mfaEnforcementId}:listAudience

Path parametersPath parameters

Field

Description

mfaEnforcementId

string

Required field. id of the MFA enforcement

The maximum string length in characters is 50.

Query parametersQuery parameters

Field

Description

pageSize

string (int64)

the maximum number of results per page to return

Acceptable values are 0 to 1000, inclusive.

pageToken

string

page token

The maximum string length in characters is 2000.

ResponseResponse

HTTP Code: 200 - OK

{
  "subjects": [
    {
      "id": "string",
      "type": "string"
    }
  ],
  "nextPageToken": "string"
}

Field

Description

subjects[]

Subject

MFA enforcement's audience

nextPageToken

string

token to get the next page of results

SubjectSubject

Field

Description

id

string

subject id

type

string

subject type

Was the article helpful?

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