OrgAuthExemptionSyncResponse

OrgAuthExemptionSyncResponse
OrgAuthExemptionSyncResponse

Org auth exemption sync response dto

JSON Example
{
    "orgAuthExemptions": [
        {
            "orgId": "string",
            "userAuthExemptionDtos": [
                {
                    "isIpRestrictionExempted": false,
                    "isUserApiTokenMfaExempted": false,
                    "isUserLoginMfaExempted": false,
                    "userId": "string"
                }
            ]
        }
    ],
    "orgsWithMaxExemptedUserCount": [
        {
            "maxAllowedAuthExemptedUserCount": 0,
            "organizationId": "string"
        }
    ]
}
orgAuthExemptions
Optional

Org auth exemption expanded dto

orgsWithMaxExemptedUserCount
Optional

Org with max allowed auth exemption user count