我在使用Auth0通过API使用更改密码票证功能时遇到问题。
有了connection_id的东西吗?如果它不是我的数据库的名称,我在哪里可以找到它? ?
错误消息:
{
"statusCode": 400,
"error": "Bad Request",
"message": "Payload validation error: 'String does not match pattern ^con_[A-Za-z0-9]{16}$: Health-Users' on property connection_id (The connection that provides the identity for which the password is to be changed. If sending this parameter, the email is also required and the user_id is invalid).",
"errorCode": "invalid_body"
}
添加user_id param时出现此错误:
{
"statusCode": 400,
"error": "Bad Request",
"message": "Payload validation error: 'Invalid property user_id'.",
"errorCode": "invalid_body"
}
我已经通过API直接尝试了Postman,并且都给出了相同的错误。
答案 0 :(得分:0)
您尝试使用的API端点需要连接ID,这与连接名称不同。您可以通过管理API的Connections端点获取连接的ID。