Hi!
I don't get those fields 😕
For devices I get this columns:
Index(['id', 'name', 'tags', 'ssid', 'wifiMac', 'osName', 'systemModel',
'uuid', 'serialNumber', 'hasChromeMdm'],
dtype='object')For users I get these:
Index(['id', 'email', 'fullName', 'username', 'hasPassword', 'tags',
'adGroups', 'azureAdGroups', 'samlGroups', 'asmGroups', 'isExternal',
'sspEnabled', 'displayName', 'hasIdentityCertificate', 'userThumbnail'],
dtype='object') The ids of course don't apply, since they refer to different objects.
Is there anything I could do to get the desired field?
Thank you again for your help, appreciate it!