Get the User list where Knowledge User is checked or enabled:

Get the User list where Knowledge User is checked or enabled:

Select id, name, title from user where UserPermissionsKnowledgeUser = true and IsActive = true

Comments