GetOrgAuthExemptionDto
GetOrgAuthExemptionDto
Get all auth exemption response dto
JSON Example
{
"orgAuthExemptions": [
{
"orgId": "string",
"userAuthExemptionDtos": [
{
"isIpRestrictionExempted": false,
"isUserApiTokenMfaExempted": false,
"isUserLoginMfaExempted": false,
"userId": "string"
}
]
}
]
}