RemoveUser
Last modified by Outhman Moustaghfir on 2024/02/26 17:12
Overview
The RemoveUser function is designed to remove a user based on their email address.
Parameters
Email: The email address of the user to be removed.
- Example: 'MailOfUserToRemove@mail.com'
Uses
<TEST><xsl:value-of select="ixf:RemoveUser('MailOfUserToRemove@mail.com')"></xsl:value-of></TEST>
Notes
- Ensure that the email address provided is valid and corresponds to an existing user.