Users (Operators)
Scoping Questions
- What operator roles are required at POS?
- What authorisation levels should each role have?
- Should operators be restricted to specific locations?
Configuration Examples
User
<retail:user>
<retail:userId>1100</retail:userId>
<retail:displayName>Louis Fox</retail:displayName>
<retail:userName>
<retail:surname>Louis</retail:surname>
<retail:forename>Fox</retail:forename>
<retail:title>Mr</retail:title>
</retail:userName>
<retail:localeId country="GB">en</retail:localeId>
<retail:locationId>0100</retail:locationId>
<retail:roleId>
<retail:roleId>SALESASSIST_UK</retail:roleId>
<retail:regionId groupTypeId="region">UK</retail:regionId>
</retail:roleId>
<retail:roleId>
<retail:roleId>CASHMAN_UK</retail:roleId>
<retail:regionId groupTypeId="region">UK</retail:regionId>
</retail:roleId>
</retail:user>