Hi Tony,
You can view the SID for a local vserver user by using the same method...for example:
cluster1::> vserver cifs users-and-groups local-user show -vserver vserver1
Vserver User Name Full Name Description
------------ --------------------------- -------------------- -------------
vserver1 VSERVER1\Administrator Built-in administrator account
nclaunsw01::> set diag
Warning: These diagnostic commands are for use by NetApp personnel only.
Do you want to continue? {y|n}: y
cluster1::*> diag secd authentication translate -node local -vserver vserver1 -win-name Administrator
S-1-5-21-3601454379-3612699275-2053566262-500
I recommend reading the following article as this will help to understand the Syntax of a SID:
https://technet.microsoft.com/en-us/library/cc962011.aspx
Knowing this you can easily determin if the SID represents a local user or group verses a domain user or group by comparing the domain identifer in the SID. For example the domain identifer for the local administrator account in the above example is "21-3601454379-3612699275-2053566262" as compared to an AD user account with a domain identifier of "21-3150332139-2813398079-754052488". EG
cluster1::*> diag secd authentication translate -node local -vserver nvserver1 -win-name user1
S-1-5-21-3150332139-2813398079-754052488-1110
/matt
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.