Get team details
Returns basic team information with optional includes for related resources.
query Parameters
includeHeaders
AuthorizationBearer token. Format: Bearer {team_token}
Get team details › Responses
TeamData
idnametypeplanincluded_volumeNumber of emails included in the team's monthly plan.
verified_atcreated_atfeaturesdomains_countprojects_countmembers_counttierDeprecated alias for included_volume.
Update team settings
Updates editable team properties (name).
Headers
AuthorizationBearer token. Format: Bearer {team_token}
Update team settings › Responses
messageGet team usage statistics
Returns current and historical email usage data with billing information. Historical usage includes up to 12 most recent periods.
Headers
AuthorizationBearer token. Format: Bearer {team_token}
Get team usage statistics › Responses
TeamUsageDetailData
Get reusable team roles
Owner is returned for display but cannot be assigned through the Team API.
Headers
AuthorizationBearer token. Format: Bearer {team_token}
Get reusable team roles › Responses
Get team members
Returns role assignments for teams using reusable roles.
query Parameters
page[size]The number of results that will be returned per page.
page[cursor]The cursor to start the pagination from.
Headers
AuthorizationBearer token. Format: Bearer {team_token}
Get team members › Responses
Paginated set of TeamMemberData
pathBase path for paginator generated URLs.
per_pageNumber of items shown per page.
next_cursorThe "cursor" that points to the next set of items.
next_page_urlprev_cursorThe "cursor" that points to the previous set of items.
prev_page_urlGet a team member
Use the user ID returned by the team-member list.
path Parameters
userIdHeaders
AuthorizationBearer token. Format: Bearer {team_token}
Get a team member › Responses
TeamMemberData
idnameemailjoined_atReplace a team member's assignment
Replaces the member's non-Owner role and complete project scope atomically.
Use the user's ID returned by GET /team/members.
path Parameters
userIdHeaders
AuthorizationBearer token. Format: Bearer {team_token}
Replace a team member's assignment › Request Body
role_idReplace a team member's assignment › Responses
TeamMemberData
idnameemailjoined_at