Determine the projects and the hosts that the user has permission to access.
If name parameter is not passed, the permission details of the initiating user will be displayed. Only Lab Management Domain Admins are permitted to query users other than themselves.
/cubit_api/1/query_membership
This method requires authentication using an API key.
Here is a sample output where we query name=grue: <?xml version='1.0'?> <cubit version='1'> <user name="grue"> <project name="testing"> <summary>Cubit Testing</summary> <roles>CUBIT - Domain Admin</roles> </project> <project name="zim"> <summary>invador</summary> <roles>CUBIT - Domain Admin</roles> </project> <project name="zork"> <summary>For dorks</summary> <roles>CUBIT - Domain Admin</roles> </project> </user> </cubit>