GET
/
api
/
v3
/
groups
/
{team_group_id}
/
members

Parameters

team_group_id
integer
required

The team group id to get the users from

Response

Array of user objects with the following properties:

id
string
required

The user’s identifier

first_name
string
required

The user’s first name

last_name
string
required

The user’s last name

email
string
required

The user’s email

balance
string
required

The user’s personal balance

sandbox
boolean
required

Whether or not this user is a sandbox user or not

team_group_id
integer
required

The user’s team group id

team_id
integer
required

The team’s organization id

key
integer
required

The user’s invitation key - the user invitation identifier that was used by this user to sign up.