Open SQL plus and create user after that the error will be out.
In SQL plus type " alter session set container=“XEPDB1” "
create username webmuser identified by admin123;
Your user will be created and then grant permission.
“Grant all privileges to webmuser”.