GetOrgAuthExemptionDto

GetOrgAuthExemptionDto
GetOrgAuthExemptionDto

Get all auth exemption response dto

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

Org auth exemption expanded dto