
3ug5u (3ug5u) asked a question.
basically, once a user has signed in for the first time after registering and provided some basic information (like say companyName). I want to save that in the users profile.
so the workflow is like this
- user (self) registers
- app validates the user is authenticated
- app ask user "whats your zipcode" and saves it into the user profile for subsequent use.

There is an example in the developer forum for how to update a user's profile: https://developer.okta.com/docs/reference/api/users/#update-user
thank you.
it worked very well