Share a cube with another user.
cURL
curl --request POST \ --url https://api.example.com/mem_cubes/{cube_id}/share \ --header 'Content-Type: application/json' \ --data ' { "target_user_id": "user456", "user_id": "user123" } '
{ "message": "Operation successful", "code": 200, "data": "<unknown>" }
Target user ID to share with
"user456"
User ID for the request
"user123"
Successful Response
Simple response model for operations without data return.
Response message
"Operation successful"
Response status code
200
Response data