resetPool
(Reset a SAM pool)
You can release all of the user IDs in a specific SAM pool using the
resetPool
function.
The
resetPool
function takes the following parameters:- URL or gateway of the 1010 connection to use (
url
) - Group owner user ID (
owner
) - Group owner password (
password
) - The name of the group to reset (
group
)
resetPool(url, owner, password, group)
Using this function will disrupt any user who may be working with a SAM pool ID at the time. Use with caution.