...
Drawio | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
The user action flow consists of 5 main steps:
- Step 1: BSS creates new user via Management API. More detail about this step is described here.
- Step 2: BSS informs user that his/her account is created and ready to be activated with his/her email address. Activation email should include a link to an activation screen.
- Step 3: User visit said url (sent by BSS in Step 2) and is shown with an activation screen.
- Step 4: User enter his/her email address and desired passwords
- Step 5: Client sends request to backend to activate the account. API specification for user activation here.
...