# ai_prompt_orgs_users_memory_create Create a new catalog item memory entry for a user. Args: request: The HTTP request containing the catalog item memory data. org: The organization/tenant identifier. user_id: The ID of the user to create catalog item memory for. Returns: Response: The created catalog item memory entry. Raises: BadRequest: If the provided data is invalid. Endpoint: POST /api/ai-prompt/orgs/{org}/users/{user_id}/memory/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `org` (string, required) - `user_id` (string, required) ## Request fields (application/json): - `student` (string,null, required) edX username - `platform` (string, required) The platform key - `catalog_item` (string) - `lessons` (any) - `next_steps` (any) ## Response 201 fields (application/json): - `id` (integer, required) - `student` (string,null, required) edX username - `platform` (string, required) The platform key - `catalog_item` (string) - `lessons` (any) - `next_steps` (any)