Create MSP customer workspace

post/workspaces/v1/msp-tenants

Create an MSP customer workspace.

SecurityBearerAuth
Request
Request Body schema: application/json
required
workspaceName
required
string (Tenant workspace Name)

Name of the tenant.

object (Address)

Company Address.

description
string (Tenant Description)

A description of the tenant.

email
string <email> (Workspace Email)

The primary email address associated with the workspace.

inventoryOwnership
string (Devices and Subscriptions Ownership)

Devices and Subscriptions Ownership for this tenant. If not specified, the tenant is created with the default value of "MSP_OWNED_INVENTORY".

Enum: "CUSTOMER_OWNED_INVENTORY" "MSP_OWNED_INVENTORY"
phoneNumber
string (Phone number)

The phone number associated with this workspace.

resourceUri
string (Resource Uri)

Full path of the resource

Responses
201

Successful Response

400

Bad Request

401

Unauthorized

403

Forbidden

409

Conflict

412

Precondition Failed

422

Unprocessable Entity

451

Unavailable For Legal Reasons

500

Internal Server Error

Request samples
application/json
{
  • "address": {
    },
  • "phoneNumber": "string",
  • "email": "user@example.com",
  • "resourceUri": "string",
  • "workspaceName": "string",
  • "description": "string",
  • "inventoryOwnership": "MSP_OWNED_INVENTORY"
}
Response samples
application/json
{
  • "message": "string"
}