Members APIs
Update Member
Update the role of a member in a specific project within an organization.
PUT
/
api
/
v1
/
orgs
/
organizations
/
{org_id}
/
projects
/
{project_id}
/
members
/
The API provides two roles for project members:
READER
: Allows viewing of project resources.OWNER
: Grants full administrative access to manage the project and its resources.
Authorizations
Authorization
string
headerrequiredAPI key authentication. Prefix your Mem0 API key with 'Token '. Example: 'Token your_api_key'
Path Parameters
org_id
string
requiredUnique identifier of the organization
project_id
string
requiredUnique identifier of the project
Body
application/json
username
string
requiredUsername of the member to be updated
role
string
requiredNew role of the member in the project
Response
200 - application/json
message
string