Aaron McCausland
03/13/2026, 2:49 PMCeligo AI
03/13/2026, 2:49 PMAI generated answer (using internal Slack threads):In NetSuite, you can check whether an Access Token is being used in the following places: 1. Access Token Management: Navigate to Setup > Users/Roles > Access Tokens. Here, you can see all the access tokens that have been issued, including the user, role, and application they are associated with. 2. Audit Trail: Navigate to Setup > Users/Roles > User Management > View Login Audit Trail. This will show you a list of all user logins, including those made using access tokens. 3. System Notes: Navigate to the specific record (User, Role, etc.) and check the System Notes subtab. This will show you any changes made to the record, including the creation of access tokens. 4. SuiteScript: If you have the necessary permissions, you can use SuiteScript to check for the usage of access tokens. For example, you can use the
N/runtime module to get the current user and role, and check if they match an access token user and role.
Remember, always handle access tokens with care as they are sensitive information.
******
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
03/13/2026, 2:50 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.822082579
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.814026
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.812255919
Celigo AI
03/13/2026, 2:50 PM