Get user role

How to use “get current user roles” block on the page where i dont have access to current user but im having just the user-token ( which is passed from the url param)

Hello @Sneha_Borkar

Where did you get the user token, before that the user logged in?
If yes, then the get current user roles block will return all roles for the this logged in user.

Regards,
Vladimir

Before you use the get current user roles block, set the current user token with this one first:

Thanks @mark-piller

Now its working as expected!!!