✍️Update Profile

1. Create Session Token :

First Step When Customer Click On Update 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
applicantIdstring | nullableOptional
Responses
200

Success

post
/api/v1/Auth/GenerateUpdateRequestSessionToken

UpdateSteps you Select Which Steps To Update Only These Steps Will Be Allowed To Update In This Session For This User. If You Wich To Allow All Leave This Array Empty

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