Environment management

You can use the Environment management endpoints to create, retrieve, update, and delete tags. You can also use these endpoints to monitor user activities in a customer workspace through activity audit log records.

USE WORKSPACE ID TO ACCESS DIFFERENT ENVIRONMENT LOGS

You must specify the relevant workspace ID for each environment in the id URL parameter to obtain logs from different customer environments.

Quick reference

TypeResourceDescription
GET/api/managed_users/:id/activity_logsGet activity audit log records in a customer workspace.
GET/api/v2/managed_users/:id/tagsRetrieve a list of tags in a customer workspace.
POST/api/v2/managed_users/:id/tagsCreate a tag in a customer workspace.
PUT/api/v2/managed_users/:id/tags/:handleUpdate a tag in a customer workspace.
DELETE/api/v2/managed_users/:id/tags/:handleDelete a tag in a customer workspace.