Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 2.5 KB

File metadata and controls

25 lines (21 loc) · 2.5 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 all users and List all group member users.

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]