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.
GET https://app.chatnorris.ai/api/v2/members Authorization: Bearer <tu_api_key>
Listar los miembros del equipo de tu organización.
{ "status": "success", "data": { "members": [ { "id": "usr_abc123", "email": "nahuel@empresa.com", "full_name": "Nahuel Villar", "role": "owner", "created_at": "2025-01-10T08:00:00.000Z" }, { "id": "usr_def456", "email": "maria@empresa.com", "full_name": "María García", "role": "operador", "created_at": "2025-03-15T11:00:00.000Z" } ] } }
id
email
full_name
role
owner
admin
operador
created_at