Okta.Sdk.Model.AppUser

October 22, 2025 ยท View on GitHub

The application user object defines a user's app-specific profile and credentials for an app

Properties

NameTypeDescriptionNotes
CreatedDateTimeOffset[optional]
CredentialsAppUserCredentials[optional]
ExternalIdstringThe ID of the user in the target app that's linked to the Okta application user object. This value is the native app-specific identifier or primary key for the user in the target app. The `externalId` is set during import when the user is confirmed (reconciled) or during provisioning when the user is created in the target app. This value isn't populated for SSO app assignments (for example, SAML or SWA) because it isn't synchronized with a target app.[optional] [readonly]
IdstringUnique identifier for the Okta user[optional]
LastSyncDateTimeOffsetTimestamp of the last synchronization operation. This value is only updated for apps with the `IMPORT_PROFILE_UPDATES` or `PUSH PROFILE_UPDATES` feature.[optional] [readonly]
LastUpdatedDateTimeOffset[optional]
PasswordChangedDateTimeOffset?Timestamp when the application user password was last changed[optional] [readonly]
ProfileDictionary<string, Object>Specifies the default and custom profile properties for a user. Properties that are visible in the Admin Console for an app assignment can also be assigned through the API. Some properties are reference properties that are imported from the target app and can't be configured. See profile.[optional]
ScopestringIndicates if the assignment is direct (`USER`) or by group membership (`GROUP`).[optional]
StatusAppUserStatus[optional]
StatusChangedDateTimeOffsetTimestamp when the application user status was last changed[optional] [readonly]
SyncStateAppUserSyncState[optional]
EmbeddedDictionary<string, Object>Embedded resources related to the application user using the JSON Hypertext Application Language specification[optional] [readonly]
LinksLinksAppAndUser[optional]

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