- Create new user with username/password using API
- User gets created in OKTA with status: STAGED.
- Send Email with Activation/Verify link (Click on the link).
- User gets activated only after verifying his mail ( and not before ).
Currently after sending POST request to /api/v1/users/${userId}/lifecycle/activate?sendEmail=true the user indeed gets an email but is set to status: ACTIVE before he clicks on the link.
Is there a way set the user status to ACTIVE only after he verify his mail?