Which table contains admin flag of users?

I need to serve rows from ofUser table.
But I don’t want any administrators exposed.

Which table holds the information of admin flag of users?

ofUser table doesn’t seem have that flag.

By default, the admin.authorizedJIDs entry in ofPrivate holds a comma-separated list of admin users. It defaults to “admin” if there are none.

If you have a non-default AdminProvider installed then you’ll have to check with that admin provider.

Greg

I found the table is actually ofProperty, not ofPrivate. Thanks.

Err, yes, quite right - ofProperty. A mistype (more than a typo!) on my me behalf.

Greg