The following line works:
SELECT * FROM [myschema].users
But this does not:
SELECT * FROM users
You can use:
ALTER USER Mary51 WITH DEFAULT_SCHEMA = Purchasing;
To set the default schema for user.