Skip to main content

Create private item for customer

POST 

/api/v2/customers/:customerId/services/workspace/items

Use this method to create a new private item, assign public item or import item for customer.

  1. Private item can be created with specifying ItemTypeId, Name and other attributes
  2. Public item can be assigned to customer by specifying ListId or ListName and ItemId
  3. Group import can be done by specifying DirResName, ItemTypeId and import = true

Request

Responses

Successful execution, user has been created