Skip to main content

expire-password

This Script is part of the Aggregated Scripts Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.10.0 and later.

This script expires users password for multiple services.

Script Data#


NameDescription
Script Typepython3
Cortex XSOAR Version6.10.0

Inputs#


Argument NameDescription
user_idList of user IDs whose passwords will be expired. At least one of user_id, user_name, or user_email is required.
user_nameList of user names whose passwords will be expired. At least one of user_id, user_name, or user_email is required.
user_emailList of emails of the users to expire their password. At least one of user_id, user_name, or user_email is required.
brandsList of brands to expire password from.
verboseWhether to fetch a human-readable entry for each command or just the final result. If set to true, all commands will have human-readable entries. If set to false, only the final result will be human-readable.

Outputs#


PathDescriptionType
ExpirePassword.BrandThe brand (integration) used to expire the user’s password.String
ExpirePassword.InstanceThe integration instance used to expire the user’s password.String
ExpirePassword.ResultIndicates whether the expire password action was successful. Possible values are: "Success", "Failed".String
ExpirePassword.MessageThe output message of the expire-password action (for example, error details or confirmation).String
ExpirePassword.UserProfile.UsernameThe username of the user whose password was expired.String
ExpirePassword.UserProfile.IDThe ID of the user whose password was expired.String
ExpirePassword.UserProfile.EmailThe email address of the user whose password was expired.String