Hi,
Im doing this in Python:
sgDict = sg.find( "Group", [ [ 'code', 'is', 'Leads & Supervisors' ] ], [ 'users' ] )
so I can find the users in that group but it returns this:
[{'type': 'Group', 'id': 8, 'users': [{'type': 'HumanUser', 'name': 'User Name', 'id': 38}]
and I waiting this:
{'type': 'HumanUser', 'name': 'User Name', 'id': 38}
It is my mistake or it is a bug?
Thank you in advance