---
title: "POST /v1/Workspaces/{Sid}"
method: POST
path: "/v1/Workspaces/{Sid}"
tags: ["TaskrouterV1Workspace"]
---

# POST /v1/Workspaces/{Sid}

`POST /v1/Workspaces/{Sid}`

## Path parameters

- `Sid` string, required

## Response `200`

OK

- TaskrouterV1Workspace
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Workspace resource.
  - `date_created` string, date-time, nullable — The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `date_updated` string, date-time, nullable — The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `default_activity_name` string, nullable — The name of the default activity.
  - `default_activity_sid` string, nullable — The SID of the Activity that will be used when new Workers are created in the Workspace.
  - `event_callback_url` string, uri, nullable — The URL we call when an event occurs. If provided, the Workspace will publish events to this URL, for example, to collect data for reporting. See [Workspace Events](https://www.twilio.com/docs/taskrouter/api/event) for more information. This parameter supports Twilio's [Webhooks (HTTP callbacks) Connection Overrides](https://www.twilio.com/docs/usage/webhooks/webhooks-connection-overrides).
  - `events_filter` string, nullable — The list of Workspace events for which to call `event_callback_url`. For example, if `EventsFilter=task.created, task.canceled, worker.activity.update`, then TaskRouter will call event_callback_url only when a task is created, canceled, or a Worker activity is updated.
  - `friendly_name` string, nullable — The string that you assigned to describe the Workspace resource. For example `Customer Support` or `2014 Election Campaign`.
  - `multi_task_enabled` boolean, nullable — Whether multi-tasking is enabled. The default is `true`, which enables multi-tasking. Multi-tasking allows Workers to handle multiple Tasks simultaneously. When enabled (`true`), each Worker can receive parallel reservations up to the per-channel maximums defined in the Workers section. In single-tasking each Worker would only receive a new reservation when the previous task is completed. Learn more at [Multitasking](https://www.twilio.com/docs/taskrouter/multitasking).
  - `sid` string, nullable — The unique string that we created to identify the Workspace resource.
  - `timeout_activity_name` string, nullable — The name of the timeout activity.
  - `timeout_activity_sid` string, nullable — The SID of the Activity that will be assigned to a Worker when a Task reservation times out without a response.
  - `prioritize_queue_order` 'FIFO' | 'LIFO' — The type of TaskQueue to prioritize when Workers are receiving Tasks from both types of TaskQueues. Can be: `LIFO` or `FIFO` and the default is `FIFO`. For more information, see [Queue Ordering](https://www.twilio.com/docs/taskrouter/queue-ordering-last-first-out-lifo).
  - `url` string, uri, nullable — The absolute URL of the Workspace resource.
  - `links` object, nullable — The URLs of related resources.

---

[API](https://skmtc.dev/twilio/apis/taskrouter-v1.md) · [All operations](https://skmtc.dev/twilio/apis/taskrouter-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/taskrouter-v1/revisions/f431d2bc66ba/schema)
