Private
impersonatingReset a password by verification code. Check out the docs for more info
Verification code of the password reset.
Required fields: ClientID, Username
Retrieve a username. Sends an email with username for every username associated with an email. Always returns a 200 success regardless of if email doesn’t exist in the clientID. Check out the docs for more info
Optional
clientID?: stringID of the client.
Optional
email?: stringEmail of the forgotten credentials.
Send a verification code. Sends a temporary verification code via email, which must subsequently be passed in a Reset Password call. The verification code expires in 120 minutes. Check out the docs for more info
Required fields: ClientID
Generated using TypeDoc
Description
enables impersonation by calling the subsequent method with the stored impersonation token
Example