# Expire an existing user password action
This action expires an existing user’s password in Okta and optionally returns a temporary password. Requires Organization Administrator or Super Administrator roles to use this action.
# Input fields
| Field | Description |
|---|---|
| User ID | The unique ID of the target user. |
| Return temporary password | Choose whether to return a temporary password in the response of the action or not. Useful when the temporary password is needed by downstream actions. Defaults to false. |
# Output fields
| Field | Description |
|---|---|
| Temporary password | Temporary password is returned if return temporary password is set to true. |
Last updated: 5/21/2025, 5:22:32 AM