😡Forget Profile

1. Create Session Token :

First Step When Customer Click On Forget You Have To Initialize Session First By Creating Session Token Using The Following API :

post
Authorizations
AuthorizationstringRequired

Please insert JWT with Bearer into field

Header parameters
Accept-LanguageStringOptional
Body
tenantIdstring | nullableOptional
tenantSecretstring | nullableOptional
Responses
200

Success

post
/api/v1/Auth/GenerateForgetSessionTokenForOrganization

2. Import eNROLL JS File in index.html :

908B
Open

3. Add Div Element With Specifying Id For This Div

4. Initialize eNroll Component Any Where In Your JS File After Document Is Loaded:

Last updated