Okta.Sdk.Model.User

October 26, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
ActivatedDateTimeOffset?The timestamp when the user status transitioned to `ACTIVE`[optional] [readonly]
CreatedDateTimeOffsetThe timestamp when the user was created[optional] [readonly]
CredentialsUserCredentials[optional]
IdstringThe unique key for the user[optional] [readonly]
LastLoginDateTimeOffset?The timestamp of the last login[optional] [readonly]
LastUpdatedDateTimeOffsetThe timestamp when the user was last updated[optional] [readonly]
PasswordChangedDateTimeOffset?The timestamp when the user's password was last updated[optional] [readonly]
ProfileUserProfile[optional]
RealmIdstringThe ID of the realm in which the user is residing. See Realms.[optional] [readonly]
StatusUserStatus[optional]
StatusChangedDateTimeOffset?The timestamp when the status of the user last changed[optional] [readonly]
TransitioningToStatusstringThe target status of an in-progress asynchronous status transition. This property is only returned if the user's state is transitioning.[optional] [readonly]
TypeUserTypeReference[optional]
EmbeddedDictionary<string, Object>Embedded resources related to the user using the JSON Hypertext Application Language specification[optional] [readonly]
LinksUserLinks[optional]

[Back to Model list] [Back to API list] [Back to README]