Okta.Sdk.Model.BaseContextUser
January 21, 2026 ยท View on GitHub
Identifies the Okta user that the token was generated to authenticate and provides details of their Okta user profile
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | The unique identifier for the user | [optional] |
| PasswordChanged | DateTimeOffset | The timestamp when the user's password was last updated | [optional] |
| Profile | BaseContextUserProfile | [optional] | |
| Links | BaseContextUserLinks | [optional] | |
| Policy | BaseContextUserPolicy | [optional] | |
| Identity | BaseContextUserIdentity | [optional] |