Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST 'http://localhost:9000/admin/sellers/sel_01HXYZABCDEF/members/invite' \ -H 'Authorization: Bearer <token>' \ -H 'Content-Type: application/json' \ -d '{"email": "new.member@acme.co", "role_id": "role_01HXYZROLEAA"}'
{ "member_invite": { "id": "meminv_01HXYZINVAA", "email": "new.member@acme.co", "role_id": "role_01HXYZROLEAA", "accepted": false, "token": "inv_token_abc123", "expires_at": "2026-06-22T09:00:00.000Z", "created_at": "2026-06-15T09:00:00.000Z" } }
Invite a new member to a seller’s team by email.
Show properties