Hi,
Once any user logs in to the author environment how could I get the details of the groups the user is member of.
I am using js so wanted to check if there is any json available through which I could get this details. Instead of me building a new code for this.
I noticed that for authorizables.json we need to provide the username.
http://localhost:4502/bin/security/authorizables.json?filter=username&_charset_=utf-8
Now if is the case i would need a way to find the user name in the js and then again send the request.
Please let me know as I could resolve this in a better way .
Thanks