Skip to main content

Get user risk-based authentication settings

GET 

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

Get the user risk-based authentication settings for the specified user. Caller requires the USERRBASETTINGS:VIEW permission.

Request

Path Parameters

    userid stringrequired

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

Responses

Successful

Schema

    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.

Loading...