Dec 10, 2021
Hello Bibs,
I would be happy to help. In our case all user information is stores in `keycloak?.tokenParsed`
So we have something along those line:
```
const tokenParsed = keycloak?.tokenParsed
const userId = tokenParsed?.sub?.split(':')[2]
```
Of course, you might have a different structure under in toke.
Please let me know if it helped. Or else I will try to check this in more details.