0
votes

I have an app utilizing IBM Cloud AppID for user management. My users are managed using the Cloud Directory. They can sign up on their own and also request to reset their password.

If I added (test) users without a valid email address, how can I change their passwords? There is no UI for it.

1

1 Answers

0
votes

You could use the AppID management API to change the password. You can find the AppID APIs in the security category of all IBM Cloud API docs.

Either call that API via curl or use the Swagger form. You would need an IAM API key or token, your AppID tenantID, the user's uuid and then provide the new password to set.