Hello, Let’s take this: > client.jsonApiCall('GET', '/admin/v2/groups/XXXXXXXXXXXXXXXX/users', { limit: 200 }, console.log); undefined > { metadata: { total_objects: 101 }, response: [ { user_id: '--------', username: 'xxxx_001' }, . . . . { user_id:...