Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a requirement to dynamically update the User ID and password for an endpoint via code. Can someone confirm that the method to do this would be to form a JSON for the endpoint and then either 1) import that JSON either through a repctl importrepository statement in the os or 2) via an import call in the QEM API? Is there another way to do this?
In order to change a password, the user needs to receive an emailed link which they must then click on to complete the password change process. So the person trying to change another's user would need access to the user's email account, no? At least that's how I have things set up in all my apps.