Okta.Sdk.Model.User
October 26, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Activated | DateTimeOffset? | The timestamp when the user status transitioned to `ACTIVE` | [optional] [readonly] |
| Created | DateTimeOffset | The timestamp when the user was created | [optional] [readonly] |
| Credentials | UserCredentials | [optional] | |
| Id | string | The unique key for the user | [optional] [readonly] |
| LastLogin | DateTimeOffset? | The timestamp of the last login | [optional] [readonly] |
| LastUpdated | DateTimeOffset | The timestamp when the user was last updated | [optional] [readonly] |
| PasswordChanged | DateTimeOffset? | The timestamp when the user's password was last updated | [optional] [readonly] |
| Profile | UserProfile | [optional] | |
| RealmId | string | The ID of the realm in which the user is residing. See Realms. | [optional] [readonly] |
| Status | UserStatus | [optional] | |
| StatusChanged | DateTimeOffset? | The timestamp when the status of the user last changed | [optional] [readonly] |
| TransitioningToStatus | string | The target status of an in-progress asynchronous status transition. This property is only returned if the user's state is transitioning. | [optional] [readonly] |
| Type | UserTypeReference | [optional] | |
| Embedded | Dictionary<string, Object> | Embedded resources related to the user using the JSON Hypertext Application Language specification | [optional] [readonly] |
| Links | UserLinks | [optional] |