<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00009Wm9MpCAJOkta Identity EngineWorkflowsAnswered2025-09-17T09:00:30.000Z2023-08-09T14:52:50.000Z2023-08-10T22:41:59.000Z

89pge (89pge) asked a question.

Obtain okta user profile information via event hooks

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?


  • TimL.58332 (Workflows)

    @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.

This question is closed.
Loading
Obtain okta user profile information via event hooks