PUT api/Profile/SetVerificationThreshold/{profileGuid}/{threshold}

Set the Verification Threshold value for a certain profile. All futures verifications for this profile will be done with his specific threshold value.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
profileGuid

Profile Guid identifier

globally unique identifier

Required

threshold

Desired threshold for this profile verification

byte

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.