Package | Description |
---|---|
org.openapitools.client.api |
Modifier and Type | Method and Description |
---|---|
TempPassword |
UserApi.expirePasswordAndGetTemporaryPassword(String userId,
Boolean revokeSessions)
Expire Password and Set Temporary Password
Expires a user's password and transitions the user to the status of `PASSWORD_EXPIRED` so that the user is required to change their password at their next login, and also sets the user's password to a temporary password returned in the response
|
TempPassword |
UserApi.expirePasswordAndGetTemporaryPassword(String userId,
Boolean revokeSessions,
Map<String,String> additionalHeaders)
Expire Password and Set Temporary Password
Expires a user's password and transitions the user to the status of `PASSWORD_EXPIRED` so that the user is required to change their password at their next login, and also sets the user's password to a temporary password returned in the response
|
Copyright © 2017–2023 Okta. All rights reserved.