Skip to main content
PUT
Python

Authorizations

Authorization
string
header
required

API key authentication. Prefix your Mem0 API key with 'Token '. Example: 'Token your_api_key'

Path Parameters

org_id
string
required

Unique identifier of the organization.

project_id
string
required

Unique identifier of the project.

Body

application/json
email
string
required

Email of the member to be updated

role
string
required

New role of the member in the project

Response

User role updated successfully.

message
string
Example:

"User role updated successfully."