Last updated 5 months ago
deletion acknowledgment
const response = await fetch('/groups/{groupId}/users', { method: 'GET', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();
[ "123e4567-e89b-12d3-a456-426614174000" ]