Java code to read user group from the given user

I want to get the usergroup name of user using java code   and user details (email, name ) are supplied from the xsl.

Agile User Asked on August 2, 2024 in Other APIs.
Add Comment
1 Answer(s)

I could probably give you a SQL query to do this, if that helps. I don’t know about Java code. It’s worth noting that users can belong to multiple groups, so providing a single user could produce multiple results.

Agile Professional Answered on August 12, 2024.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.