Hello,
I have a datum that needs to be passed to an external, used for a Rest call. I'm specifically trying to get the user id of the user that's logged in.
I'm trying to use the $CONTEXT{userSession.user.id} token in my datum, but it's not working.
Here is what I'm trying to do:
[html]
http://localhost:8080/test/getAlerts.xml?userId=$CONTEXT{userSession.user.id}
test.cms.contoller.TestRestController
handleRequest
[/html]