SmartMemory
POST
/memory/teams/{team_id}/members

Add a user to a team. Requires team admin or tenant admin.

Path Parameters

team_id*Team Id

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/memory/teams/string/members" \  -H "Content-Type: application/json" \  -d '{    "user_id": "string"  }'
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}