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