Get the list of users for the specific team.
cURL
curl --request GET \ --url https://app.staging.sendo.so/api/v3/groups/{team_group_id}/members \ --header 'Authorization: Bearer <token>'
[ { "id": 12345, "balance": "578.0", "first_name": "Sendoso", "last_name": "Devs", "email": "developers@sendoso.com", "team_group_id": 6789, "team_id": 4321, "sandbox": false, "key": "b7afc3c89f84e56d4731f8d6c2c0c543" }, { "id": 987, "balance": "500.0", "first_name": "Sendoso", "last_name": "Devs 2", "email": "developers2@sendoso.com", "team_group_id": 6789, "team_id": 4321, "sandbox": false, "key": "3cd39d35349da5ec6a67a248c661asw4" } ]