Export rsc missing users

Dear all,
I’ve exported a rsc file but the users are missing. There is the group but not the users.

/user group
set full policy="local,telnet,ssh,ftp,reboot,read,write,policy,test,winbox,pas\
    sword,web,sniff,sensitive,api,romon,dude,tikapp"
add name=TEST policy="web,api,!local,!telnet,!ssh,!ftp,!reboot,!read,!write,\
    !policy,!test,!winbox,!password,!sniff,!sensitive,!romon,!dude,!tikapp"

Am I missing something or users are not exportables?
Thank you

Hi, as far as i know, export gives you only config without users and passwords.

Users are excluded from full export. You can export them individually:

/user export file=users.rsc

I suspect this is to prevent accidental creation of passwordless users when importing a full export.