RE: How to extract all users with
Hi,
Thank you for your query.
The system user record has a license type field which determines the type of license they have - specifically CalType.
CalType
Specifies the user’s license type.
Administrative – The user has administrative user rights.
Device Full – The user who is using the device running Microsoft Dynamics 365 has both read and write access.
Device Limited – The user who is using the device running Microsoft Dynamics 365 has only read access.
Full – The user has both read and write access.
Limited – The user has only read access.
docs.microsoft.com/.../gg328485(v=crm.8)
docs.microsoft.com/.../gg308351(v=crm.8)
So out of the box I believe you can just create an advanced find to see this information. For SDK access either perform a retrieve multiple query.