Teams
Get All Team Group Users
Get the list of users for the specific team.
GET
/
api
/
v3
/
groups
/
{team_group_id}
/
members
Parameters
The team group id to get the users from
Response
Array of user objects with the following properties:
The user’s identifier
The user’s first name
The user’s last name
The user’s email
The user’s personal balance
Whether or not this user is a sandbox user or not
The user’s team group id
The team’s organization id
The user’s invitation key - the user invitation identifier that was used by this user to sign up.