SuiteQL query all admin employee IDs
# ask-stanley-ai
a
SuiteQL query all admin employee IDs
c
AI generated answer (using internal Slack threads):
To query all admin employee IDs using SuiteQL, you can use the following query:
Copy code
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. ******
Slack 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
Please provide your feedback on this answer.
a
Search error occurred: Unknown identifier 'isadmin'. Available identifiers are: {employee=Employee}
c
Thank you for your feedback