Identity Hub API, REST: MfaEnforcement.ListAudience
Written by
Updated at December 15, 2025
returns specified MFA enforcement's audience
HTTP request
GET https://organization-manager.api.cloud.yandex.net/organization-manager/v1/mfaEnforcements/{mfaEnforcementId}:listAudience
Path parameters
|
Field |
Description |
|
mfaEnforcementId |
string Required field. id of the MFA enforcement The maximum string length in characters is 50. |
Query 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. |
Response
HTTP Code: 200 - OK
{
"subjects": [
{
"id": "string",
"type": "string"
}
],
"nextPageToken": "string"
}
|
Field |
Description |
|
subjects[] |
MFA enforcement's audience |
|
nextPageToken |
string token to get the next page of results |
Subject
|
Field |
Description |
|
id |
string subject id |
|
type |
string subject type |