User Story:
I should be able to see and copy the UUID for each site and team directly in the Settings UI so that I can configure or update API integrations without needing to make additional API calls or involve an engineer.
Details:
Currently, site and team UUIDs are not visible anywhere in the Assembled UI. Customers using the API (e.g., the /v0/reports/adherence endpoint) must make separate GET /v0/sites and GET /v0/teams API calls just to discover the IDs required to construct their requests.
For non-technical users managing API polling jobs (such as adding new sites to an integration), this creates unnecessary reliance on engineers to retrieve these IDs.
Displaying the UUID id for each site and team alongside its name in the Settings UI (Settings → Sites and Settings → Teams), even as a simple copyable field, would make it significantly easier for customers to self-serve.