按类型解绑用户 MFA
DELETE
/api/v2/users/{userId}/mfa-bound请求参数
Path 参数
userId
string
用户 ID
示例值:
61de786b31d27307c7ce66c3
Query 参数
type
string
可选
类型,枚举:SMS、EMAIL、OTP、FACE、FINGERPRINT、TOTP
示例值:
SMS
Header 参数
x-authing-userpool-id
string
用户池 ID
示例值:
61b95d6c96d42670da568408
Authorization
string
Token
示例值:
Bearer eyJhb
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
必需
data
null
必需
示例
{
"code": 200,
"message": "解绑成功",
"data": null
}
最后修改时间: 3 年前