Workspaces

Create Workspace

Allowed For

  • Admins
post/api/v2/workspaces

Request body

Response

Created workspace

Example response

{
  "workspace": {
    "selected_macros": [
      {
        "actions": [],
        "active": true,
        "description": "Sets the ticket status to `solved`",
        "id": 25,
        "position": 42,
        "restriction": {
          "id": 4,
          "type": "User"
        },
        "title": "Close and Save"
      }
    ]
  }
}

Changes