This is a utility that populates a PagerDuty account with some test data for the PagerDuty University API Workshop. The code for this project showcases PKCE OAuth as well as the teams endpoint of the PagerDuty API using the pdjs library.
A live version of the tool is running https://pagerduty-samples.github.io/pdu-api-workshop/.
An explanation of the PKCE OAuth code can be found at the PagerDuty Bulk User Manager Tool project.