There is no concrete thing called 'user' out of the box in sawtooth. What it does have is the ability to set which keys are authorized to do things like change settings and submit transactions.
A sawtooth application can, and probably some have, implemented user and ID management as sawtooth does provide underlying tools to exploit that.
A good start would be to follow the path to the developer documentation from the github main page.