Update Member
Update the role of an existing member in a specific organization.
PUT
The API provides two roles for organization members:
READER
: Allows viewing of organization resources.OWNER
: Grants full administrative access to manage the organization and its resources.
Authorizations
API key authentication. Prefix your Mem0 API key with 'Token '. Example: 'Token your_api_key'
Path Parameters
Unique identifier of the organization
Body
application/json
Username of the member whose role is to be updated
New role of the member in the organization
Response
200
application/json
User role updated successfully
Example:
"User role updated successfully"