[{"label":"Latest (v1.0)","version":"latest"}]
csp

OrgAuthExemptionSyncResponse

Org auth exemption sync response dto


Properties

orgAuthExemptions Optional

Org auth exemption expanded dto


orgsWithMaxExemptedUserCount Optional

Org with max allowed auth exemption user count

JSON Example

{
	"orgAuthExemptions": [
		{
			"orgId": "string",
			"userAuthExemptionDtos": [
				{
					"isIpRestrictionExempted": false,
					"isUserApiTokenMfaExempted": false,
					"isUserLoginMfaExempted": false,
					"userId": "string"
				}
			]
		}
	],
	"orgsWithMaxExemptedUserCount": [
		{
			"maxAllowedAuthExemptedUserCount": 0,
			"organizationId": "string"
		}
	]
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp

Feedback

Was this page helpful?