IBM Cloud AppID:如何更改 Cloud Directory 中用户的密码?
IBM Cloud AppID: How to change password for user in Cloud Directory?
我有一个使用 IBM Cloud AppID 进行用户管理的应用程序。我的用户使用 Cloud Directory 进行管理。他们可以自行注册,也可以申请重设密码。
如果我添加(测试)没有有效电子邮件地址的用户,我该如何更改他们的密码?没有UI。
您可以使用 AppID management API to change the password. You can find the AppID APIs in the security category of all IBM Cloud API docs.
通过 curl 调用 API 或使用 Swagger form。您需要一个 IAM API 密钥或令牌、您的 AppID tenantID、用户的 uuid,然后提供要设置的新密码。
我有一个使用 IBM Cloud AppID 进行用户管理的应用程序。我的用户使用 Cloud Directory 进行管理。他们可以自行注册,也可以申请重设密码。
如果我添加(测试)没有有效电子邮件地址的用户,我该如何更改他们的密码?没有UI。
您可以使用 AppID management API to change the password. You can find the AppID APIs in the security category of all IBM Cloud API docs.
通过 curl 调用 API 或使用 Swagger form。您需要一个 IAM API 密钥或令牌、您的 AppID tenantID、用户的 uuid,然后提供要设置的新密码。