At this moment, once we send invite to the user and got the user status as Pending user Action, we need insert this user record into our company database with status as Invited.
And once user Activate the okta account via email we sent in the first step, user status will be changed to Active on Okta People Dashboard.
So once user registered successfully, status turns active on Okta, then our database record inserted for that user should be updated to Active status.
I see some features in okta like Inline Hooks and Event Hooks etc… is it possible to achieve this using any of those features or else please throw some light if there is any other ways to do this.
You can leverage Event Hooks which are webhooks that you can use to alert a web server on your end when certain events have occurred in Okta (eg. user was created) in order to update the status in your database (eg. status=invited).