How to extract userId from JWT AccessToken in Node.JS API

Hi @john6

The sub claim should have the user ID.

John