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.
Retorna todos os membros ativos da organização.
GET /v1/members
read:members
assigned_to
curl "https://api.socialsell.ai/v1/members" \ -H "Authorization: Bearer sk_live_..."
{ "data": [ { "id": "664a1b2c3d4e5f6789012345", "name": "Maria Santos", "email": "maria@empresa.com.br", "role": "admin", "is_owner": true, "is_active": true, "last_active_at": "2026-06-10T16:00:00.000Z", "avatar_url": null }, { "id": "664b2c3d4e5f6a7890123456", "name": "Pedro Lima", "email": "pedro@empresa.com.br", "role": "member", "is_owner": false, "is_active": true, "last_active_at": "2026-06-10T14:30:00.000Z", "avatar_url": "https://..." } ], "meta": { "total": 8, "has_more": false } }
id
name
email
role
is_owner
is_active
last_active_at
avatar_url