---
title: "Share a space with another user (Future Feature)"
method: POST
path: "/spaces/{space_id}/share"
tags: ["spaces"]
---

# Share a space with another user (Future Feature)

`POST /spaces/{space_id}/share`

🚧 **Future Feature**: Share a memory space with another user.
    
    **Planned functionality:**
    - Share spaces with specific users
    - Grant editor or viewer permissions
    - Manage collaborative access
    
    Currently returns 501 Not Implemented.

## Path parameters

- `space_id` string, required

## Request body

- SpaceShareRequest — Model for sharing a space with another user.
  - `target_user_id` string, required — User ID to share space with
  - `role` string, required — Role to grant: editor, viewer

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error
- `501` — Feature not yet implemented

---

[API](https://skmtc.net/memara/apis/memara-api.md) · [All operations](https://skmtc.net/memara/apis/memara-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/memara/memara-api/versions/4dc7c4418845/schema)
