[SOLVED] Member role does not change

@chocookie22 You got a message! :wink:

I am impressed, wix did hear my voice and changed their wix-user-api to new member-api + authentication-api??? → WELCOME !

Question-1: Why 3x the same contact-id inside object-query?
Question-2: Where to find the → “logged-in”-state in the new API ?
Is it → activityStatus : “ACTIVE” ← it sin’t right? Isn’t it?

Answer-2: No it isn’t!

So where i can find now the → “login-status” in the new API ? Seems to be missing in the new API. Or do we have to use the depricated API just to get this info?

@chocookie22

BTW: Your issue is —> RESOLVED !

Ok, found the logged-in-state:

const loggedIn = member ? true : false; console.log("Logged-In: ", loggedIn);

Well done!