-----------------------------------------------------------------------------------------------------
--This is a sample of the format of how external users can be defined from Optim Configuration Manager
--LogonId is a required field (This should match the logon id when configured from your web application server
--UserName is a required field
--UserEmail is an optional field
-----------------------------------------------------------------------------------------------------
LogonId=admin;UserName=Administrator;UserEmail=admin@xx.com
LogonId=reviewer;UserName=Reviewer;UserEmail=reviewer@xx.com
LogonId=mgradmin;UserName=ManagerAdmin;UserEmail=mgradmin@xx.com
LogonId=designer;UserName=Designer;UserEmail=designer@xx.com
LogonId=requester;UserName=Requester;UserEmail=requester@xx.com
LogonId=operator;UserName=Operator;UserEmail=operator@xx.com