
89pge (89pge) asked a question.
We're developing an application that captures certain events from okta (such as sign in) and found out that that user's okta profile wasn't in the response. We'd like to know if there's a way to include that somehow. Right now, we just make another call with the include okta userid that came from the event hook. Is this the only recommended approach to get their profile data?

@89pge (89pge) - Your current approach is the correct one. Event Hook (Webhooks) are only going to contain a specific subset of data that is relevant to the specific event that fired. If you need additional data you can leverage the UUID's provided within the event to make additional calls against the relevant API endpoints (users/groups etc..) to obtain this information.