Hi,
I have a table which contains users list who are the part of my application. When I click each row In the table, it redirects to another screen which contains user details and functional groups which belong to only that particular user.
When I click on each user , I'm able to see the functional groups listed. But I want to check whether those functional groups are only part of my application or a part of all the applications. How to check this?
As I am understanding your requirement then for each user you want to show the list of groups which related to your application only. So for this using below relation you can get the list of groups for any particular user which belongs to your application. In EspaceId you need to pass the ID of your application's espace.
regards