OrgAuthExemptionSyncResponse
OrgAuthExemptionSyncResponse
Org auth exemption sync response dto
JSON Example
{
"orgsWithMaxExemptedUserCount": [
{
"maxAllowedAuthExemptedUserCount": 0,
"organizationId": "string"
}
],
"orgAuthExemptions": [
{
"userAuthExemptionDtos": [
{
"userId": "string",
"isUserApiTokenMfaExempted": false,
"isUserLoginMfaExempted": false,
"isIpRestrictionExempted": false
}
],
"orgId": "string"
}
]
}
orgsWithMaxExemptedUserCount
Optional
Org with max allowed auth exemption user count