Privilege Level Reports

Sara Fludd asked on August 6, 2018 18:38

We are restricting some pages by group and realized that users with the "administrator" privilege level are able to see all group pages. How do I find out how many of my 10k users have this privilege level? I'm unable to find a report that will pull this data. Thanks in advance.

Correct Answer

Peter Mogilnitski answered on August 6, 2018 19:09

I guess you may try do it in SQL:

select * from cms_user where UserIsGlobalAdministrator =1 and UserSiteManagerDisabled =1

0 votesVote for this answer Unmark Correct answer

Recent Answers


Peter Mogilnitski answered on August 6, 2018 18:42 (last edited on August 6, 2018 18:45)

You can do in the users module. Click Advanced Search and then choose privilege level.

0 votesVote for this answer Mark as a Correct answer

Sara Fludd answered on August 6, 2018 18:49

Privilege Level isn't an option (we're in Kentico 9) My options are Username, Full name, email, nickname, in roles, not in roles. No privilege options.

1 votesVote for this answer Mark as a Correct answer

Sara Fludd answered on August 6, 2018 20:03

Thanks Peter! That worked!

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.