Skip to main content
POST
Python
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

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.

Body

application/json
email
string
required

Email of the member to be added.

role
string
required

Role of the member in the organization.

Response

Member added successfully.

message
string
Example:

"User added to the organization."