Create a report using the standard Users report type, list view, or query to find users that have a Salesforce Knowledge User feature license assigned.
The "Knowledge User" field available on user records determines whether a Knowledge feature license is assigned. Note that this field is not available for custom reports that select User as the primary object , use the methods below instead.
SOQL (Salesforce Object Query Language) can also be used to retrieve all users with the Knowledge User license enabled.
1. Open the Developer Console
2. Click Query Editor
3. Enter and execute the following query:
Select Name, ID from User where UserPermissionsKnowledgeUser=true
4. Select the the Execute button to execute the query
5. Select a result and click Open Detail Page to open and view the user record.
000387682

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.