Aaron McCausland
05/28/2026, 8:45 PMCeligo AI
05/28/2026, 8:45 PMAI generated answer (using internal Slack threads):To query all admin employee IDs using SuiteQL, you can use the following query:
sql
SELECT id FROM Employee WHERE isadmin = 'T'
This query will return the IDs of all employees who have admin privileges. Please note that you need to have the necessary permissions to execute this query and access this data.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
05/28/2026, 8:45 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.795959473
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.78527844
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.781250119
Celigo AI
05/28/2026, 8:45 PMAaron McCausland
05/28/2026, 8:46 PMCeligo AI
05/28/2026, 8:46 PM