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

UserAuthExemptionDto

Used to add exemption to users from authentication validation policies.


Properties

string
userId Required

The unique identifier of the user, on behalf of which the token was issued.


boolean
isIpRestrictionExempted Optional

Is user IP restriction exempted. If enabled then user is bypassed from User IP restriction policy validation


boolean
isUserApiTokenMfaExempted Optional

Is user api token mfa exempted.
If enabled then user is bypassed from User Api token Mfa policy validation


boolean
isUserLoginMfaExempted Optional

Is user login mfa exempted. If enabled then the user is bypassed from the organization level User login MFA policy

JSON Example

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

OrgAuthExemptionDto

Feedback

Was this page helpful?