Expiration periods - CustomerID

Role and user invitations have an expiration time. When the time expires, the invitation is cancelled. In addition, invitations have a re-notification time, after which the invitee will be reminded by email.

All configuration settings that represent time durations will be of the form 7d 13h 30m 15s, which means 7 days, 13 hours, 30 minutes, and 15 seconds. It is not necessary to specify all the components of the expression; for example, 5h 10s means 5 hours and 10 seconds.

expire.roleinvitation

This property defines how long a role invitation remains valid. The inviter and the invitee will be notified of the expiration of an invitation by email.

Default is 14d.
Example:

expire.roleinvitation = 14d

expire.roleaddition

This property defines how long a role addition remains valid. The adder and the addee will be notified of the expiration of an addition by email.
Default is 14d.
Example:

expire.roleaddition = 14d

expire.mandateinvitation

This property defines how long a mandate invitation remains valid. The inviter and the invitee will be notified of the expiration of an invitation by email.
Default is 14d.
Example:

expire.mandateinvitation = 14d

expire.pendinguser

This property defines how long a pending user application is valid. If the user application expires, the inviter, the invitee, and the Organization Main Users (user application approvers) will be notified by email. All the role invitations for the user will also be deleted if the corresponding pending user application expires.
Default is 14d.
Example:

expire.pendinguser = 15d

expire.pendingemail

This property defines how long it takes from the beginning of the process of changing one's email address until the new email address is rejected, if the user does not validate the new address. The user's old email address will remain in use until the new email address has been validated so the expiration time can be relatively long.
Default is 2d.
Example:

expire.pendingmail = 2d

expire.pendingmobile

This property defines how long it takes from the beginning of the process of changing one's phone number until the new phone number is rejected, if the user does not validate the new phone number. The user may use their old phone number during the switching process as the new number replaces it only after it has been validated.

Default is 2d.
Example:

expire.pendingmobile = 15m

password.reset.expiration

This property defines how long it takes from the beginning of the process of resetting one's password until the new password is rejected, if the user does not validate the new password.
Default is 14d.
Example:

password.reset.expiration = 14d