insights

Get a list of new team members.

Get a list of all of the new team members that have joined the given team during the given time period.

Permissions

Must have view_team permission for the team.

get/api/v4/teams/{team_id}/top/team_members

Path parameters

team_idstring required

Team GUID

Query parameters

time_rangestring required

Time range can be "today", "7_day", or "28_day".

  • today: team members who joined during the current day.
  • 7_day: team members who joined in the last 7 days.
  • 28_day: team members who joined in the last 28 days.
pageinteger

The page to select.

per_pageinteger

The number of items per page.

Response

New team members retrieved successfully.

has_nextboolean

Indicates if there is another page of new team members that can be fetched.

total_countinteger

The total count of new team members for the given time range.

Changes

No recorded changes to this endpoint across all 1 revision of this API.