Okta · Example Payload

Okta User Active Example

IdentityWorkforce IdentityCustomer IdentityAuthenticationAuthorizationSingle Sign-OnMulti-Factor AuthenticationIdentity GovernancePrivileged AccessAI AgentsCross-App AccessMCPPlatform

Okta User Active Example is an example object payload from Okta, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idstatuscreatedactivatedstatusChangedlastLoginlastUpdatedpasswordChangedtypeprofilecredentials_links

Example Payload

Raw ↑
{
  "id": "00u1a2b3c4D5E6F7G8H9",
  "status": "ACTIVE",
  "created": "2026-01-12T14:22:11.000Z",
  "activated": "2026-01-12T14:23:01.000Z",
  "statusChanged": "2026-01-12T14:23:01.000Z",
  "lastLogin": "2026-05-21T09:14:55.000Z",
  "lastUpdated": "2026-04-30T10:02:13.000Z",
  "passwordChanged": "2026-03-04T16:48:00.000Z",
  "type": { "id": "otyfnjfba4ye7pgjB0g7" },
  "profile": {
    "login": "amina.okafor@example.com",
    "email": "amina.okafor@example.com",
    "firstName": "Amina",
    "lastName": "Okafor",
    "mobilePhone": "+1-512-555-0118"
  },
  "credentials": {
    "provider": { "type": "OKTA", "name": "OKTA" }
  },
  "_links": {
    "self": { "href": "https://example.okta.com/api/v1/users/00u1a2b3c4D5E6F7G8H9" }
  }
}