Atlas
Platform Admin

Unsuspend a workspace

SaaS only. Reactivates a suspended workspace, restoring user access.

POST
/api/v1/platform/workspaces/:id/unsuspend

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "http://localhost:3001/api/v1/platform/workspaces/:id/unsuspend"
{
  "message": "string",
  "workspaceId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}