Skip to content

/AWS1/CL_FND=>RESETUSERPASSWORD()

About ResetUserPassword

Resets the password for a specified user ID and generates a temporary one. Only a superuser can reset password for other users. Resetting the password immediately invalidates the previous password associated with the user.

Method Signature

IMPORTING

Required arguments:

IV_USERID TYPE /AWS1/FNDUSERID /AWS1/FNDUSERID

The unique identifier of the user that a temporary password is requested for.

Optional arguments:

IV_CLIENTTOKEN TYPE /AWS1/FNDCLIENTTOKEN /AWS1/FNDCLIENTTOKEN

A token that ensures idempotency. This token expires in 10 minutes.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_FNDRESETUSERPASSWOR01 /AWS1/CL_FNDRESETUSERPASSWOR01