UniqueID vs UserID
Comments
-
Wouldn't they already know the UniqueID since they just sent it to us?
0 -
I cannot find a way to get the uniqueID, though we for sure store it (I know devs can find when troubleshooting)
maybe i missed something, but this doesn't seem to appear in the profile .json, apiv2 or in utility export
I know you can RETRIEVE a user in vanilla with the uniqueID/foreign id using smartid
however, i only seem able to GET the unique id via apiv1
https://community.livebetterwith.com/api/v1/users/sso.json?userid=2265{ "Result": [ { "ClientID": "277667115", "UniqueID": "87391", "UserID": 2265, "Name": "Live Better With", "Type": "jsconnect" } ], "Accept": ".txt,.jpg,.jpeg,.gif,.png,.bmp,.tiff,.ico,.zip,.gz,.tar.gz,.tgz,.psd,.ai,.pdf,.doc,.xls,.ppt,.docx,.xlsx,.pptx,.log,.rar,.7z,text/plain,image/jpeg,image/pjpeg,image/jpeg,image/pjpeg,image/gif,image/png,image/bmp,image/x-windows-bmp,image/tiff,image/x-tiff,image/x-icon,application/x-compressed,application/x-zip-compressed,application/zip,multipart/x-zip,application/x-compressed,application/x-gzip,application/gnutar,application/x-compressed,image/vnd.adobe.photoshop,application/postscript,application/pdf,application/msword,application/excel,application/vnd.ms-excel,application/x-excel,application/x-msexcel,application/mspowerpoint,application/powerpoint,application/vnd.ms-powerpoint,application/x-mspowerpoint,application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/vnd.openxmlformats-officedocument.presentationml.presentation,text/plain,application/x-rar-compressed,application/x-rar,application/x-7z-compressed", "AcceptImage": ".jpg,.jpeg,.gif,.png,.bmp,.tiff,image/jpeg,image/pjpeg,image/jpeg,image/pjpeg,image/gif,image/png,image/bmp,image/x-windows-bmp,image/tiff,image/x-tiff" }0 -
I know you can RETRIEVE a user in vanilla with the uniqueID/foreign id using smartid
This is the only way. The foreign ID is supposed to be buried, as it's part of the SSO. It's not supposed to be accessible.
0 -
They could do it the tracking using the smarty tag but I'd suggest using the userid or email or something instead.
0 -
except via apiv1 as noted above ;)
0 -
no, not noted a all. I completely misread that the first time. Noted now :-)
fyi: I was led to believe that the uniqueID and the foreignID are the same thing. So you get one, you get the other.
0 -
>fyi: I was led to believe that the uniqueID and the foreignID are the same thing. So you get one, you get the other.
that has always been my understanding as well, ive also heard it called (and assumed it was the same thing) uuid and uid
0 -
Do we have documentation on doing the tracking with a smarty tag?
0 -
Just the standard Smarty Tag documentation and SmartID doc Shauna mentioned above
0 -
Smarty can't go in pockets FYI. I only say that because 'tracking stuff' often gets placed in pockets.
0