function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
CRMfusion - GWCRMfusion - GW 

Chatter Plus users vs Standard users

How can we tell the difference between chatter plus vs standard users in the API?

 

It appears as if both have the UserType = Standard

 

GlennW

Best Answer chosen by Admin (Salesforce Developers) 
bob_buzzardbob_buzzard

You have to jump through a couple of hoops to get at this information.

 

From the user record you can get the id of the profile (the profileid field).  From the profile you can access the id of the license (userlicenseid) and from that you can lookup the associated record in the userlicense table and check the value of the name field.