Hey Prashant.
Using the Caltype field to control the licenses and Count for them is not a good practice, as this value might differ from one version to another. Or a user might have different types of licenses.
For v8.2, I'm not sure, but for V9, this is the official documentation:
docs.microsoft.com/.../user-team-entities This basically states:
- Administrative – The user has administrative user rights.
- Device Full – The user who is using the device running Dynamics 365 for Customer Engagement has both read and write access.
- Device Limited – The user who is using the device running Dynamics 365 for Customer Engagement has only read access.
- Full – The user has both read and write access.
- Limited – The user has only read access.
Regards