Python
Organizations APIs
Add Member
Add a new member to an organization with a specified role such as READER or OWNER access level.
POST
Python
The API provides two roles for organization members:Documentation Index
Fetch the complete documentation index at: https://docs.mem0.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
Response
Member added successfully.
Example:
"User added to the organization."