Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 2.26 KB

UserLinks.md

File metadata and controls

25 lines (21 loc) · 2.26 KB

Okta.Sdk.Model.UserLinks

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 Users and List Group Members.

Properties

Name Type Description Notes
Self UserLinksAllOfSelf [optional]
Activate UserLinksAllOfActivate [optional]
ResetPassword UserLinksAllOfResetPassword [optional]
ResetFactors UserLinksAllOfResetFactors [optional]
ExpirePassword UserLinksAllOfExpirePassword [optional]
ForgotPassword UserLinksAllOfForgotPassword [optional]
ChangeRecoveryQuestion UserLinksAllOfChangeRecoveryQuestion [optional]
Deactivate UserLinksAllOfDeactivate [optional]
Reactivate UserLinksAllOfReactivate [optional]
ChangePassword UserLinksAllOfChangePassword [optional]
Schema UserLinksAllOfSchema [optional]
Suspend UserLinksAllOfSuspend [optional]
Unsuspend UserLinksAllOfUnsuspend [optional]
Unlock UserLinksAllOfUnlock [optional]
Type UserLinksAllOfType [optional]

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