Members APIs
Add Member
Add a new member to a specific organization.
POST
/
api
/
v1
/
orgs
/
organizations
/
{org_id}
/
members
/
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
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
Body
application/json
username
string
requiredUsername of the member to be added
role
string
requiredRole of the member in the organization
Response
201 - application/json
message
string