Skip to main content

Update user risk-based authentication settings

PUT 

/api/web/v1/users/:userid/userrbasettings

Update the user risk-based authentication settings for the specified user. Caller requires the USERRBASETTINGS:EDIT permission.

Request

Path Parameters

    userid stringrequired

    The UUID of the user whose RBA settings will be updated.

Body

required

    locationHistoryIpCheckRequired boolean

    A flag indicating if the IP address is considered when checking to see if two locations are the same.

    maximumLocationHistory int32

    The maximum number of user locations stored in location history.

    velocityCheckRequired boolean

    A flag indicating if a velocity check is performed when checking the current location against location history.

Responses

Successful

Loading...