Was this helpful?
Get a list of all members in your organization, including removed members
List of organization members
const response = await fetch('https://api.spike.sh/orgs/members', { method: 'GET', headers: { "x-api-key": "text" }, }); const data = await response.json();