I have been coding using the UserManagement API successfully but have one gotcha. I want to be able to check licensequota against usercount relative to a user group. The problem is that if I start from a query getting the user group details I can get the groupid, usercount etc but not the product configuration(s) associated with this group. Alternatively, if I start from the product configuration I can get the licensequota, the admingroupid, and the licensegroupid but neither of these ids correspond to the groupid of the user group I am interested in. Is there some way to tie these 2 things together in an API call so that I am able to check the number of allocated users in a group against the available licensequota for a product configuration associated with that group?
thanks for any help
David