メインコンテンツへスキップ
POST
/
users
/
{id}
/
risk-assessments
/
clear
Clear risk assessment assessors for a specific user
curl --request POST \
  --url https://{tenantDomain}/api/v2/users/{id}/risk-assessments/clear \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "connection": "<string>",
  "assessors": [
    "new-device"
  ]
}
'

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

パスパラメータ

id
string
必須

ID of the user to clear assessors for.

Maximum string length: 1024

ボディ

connection
string
必須

The name of the connection containing the user whose assessors should be cleared.

Required string length: 1 - 128
Pattern: ^[a-zA-Z0-9](-[a-zA-Z0-9]|[a-zA-Z0-9])*$
assessors
enum<string>[]
必須

List of assessors to clear.

Minimum array length: 1

Assessors to clear.

利用可能なオプション:
new-device

レスポンス

Risk assessment assessors cleared.