Share a cube with another user

Share a cube with another user.

POST
/
mem_cubes
/
{cube_id}
/
share
{
  "code": 200,
  "message": "Operation successful",
  "data": null
}

Path Parameters

cube_id
string
required

Body

application/json
user_id
string | null

User ID for the request

Example:
"user123"
target_user_id
string
required

Target user ID to share with

Example:
"user456"

Response

application/json

Successful Response

Simple response model for operations without data return.

code
number
default: 200

Response status code

Example: 200
message
string
required

Response message

Example: "Operation successful"
data
null

Response data