Okta Data Model

Get a high-level overview of the Okta data model.

In this lesson, we’ll take a high-level look at Okta’s data model. Every entity in Okta is referred to as a resource. Each resource comprises the following:

  • Attributes: These are fields such as id or status.
  • Links/URLs: These are a list of actions and URLs. Calls to different URLs will result in specific actions. For example, a resetPassword link would allow the user to reset their password.
  • Profile: It is a JSON object that allows us to store
...