Yep.

If a user's default tablespace is "USERS" Oracle will create objects (tables etc.) in that tablespace.

TEMP will be used for temporary tables etc. Oracle create while sorting results of the user's query etc.

Make sure your user has "create session" and enough privileges on USERS to do what they want.

all the best -