Okta.Sdk.Model.UserLinks

October 22, 2025 ยท View on GitHub

Specifies link relations (see Web Linking available for the current status of a user. The links object is used for dynamic discovery of related resources, lifecycle operations, and credential operations. The links object is read-only. For an individual user result, the links object contains a full set of link relations available for that user as determined by your policies. For a collection of users, the links object contains only the self link. Operations that return a collection of users include List all users and List all group member users.

Properties

NameTypeDescriptionNotes
SelfUserLinksAllOfSelf[optional]
ActivateUserLinksAllOfActivate[optional]
ResetPasswordUserLinksAllOfResetPassword[optional]
ResetFactorsUserLinksAllOfResetFactors[optional]
ExpirePasswordUserLinksAllOfExpirePassword[optional]
ForgotPasswordUserLinksAllOfForgotPassword[optional]
ChangeRecoveryQuestionUserLinksAllOfChangeRecoveryQuestion[optional]
DeactivateUserLinksAllOfDeactivate[optional]
ReactivateUserLinksAllOfReactivate[optional]
ChangePasswordUserLinksAllOfChangePassword[optional]
SchemaUserLinksAllOfSchema[optional]
SuspendUserLinksAllOfSuspend[optional]
UnsuspendUserLinksAllOfUnsuspend[optional]
UnlockUserLinksAllOfUnlock[optional]
TypeUserLinksAllOfType[optional]

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