Workspace registration

Workspace registration request

Method: POST
URL: ?srv=chatowner&api=workspace
Request headers: Content-Type: application/json
Ozeki-User: userid
Ozeki-Signature: signature
POST data:
{
  "action": "workspaceregister",
  "workspacename": "alice.ozeki.chat"
}

Workspace registration response

Response headers: Content-Type: application/json
Response data:
{
  "status": "OK",
  "errormessage": ""
}

More information