Hi folks, I'm writing my custom backend using the nodejs skd. I use the multitenancy feature.
I'm looking for a function that returns me a user, given the userId. I was using this one
https://supertokens.com/docs/nodejs/modules/index.html#getUser , but I discovered that I cannot pass the tenantId.
Does it exist a function that, given a tenantId and a userId, returns me a user object? Thanks