Skip to main content
POST
Generate an AI Team Summary for multiple profiles.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
profiles
string[]

An optional array of profile IDs to generate the team summary for. Otherwise, a team summary will be generated with all profiles on the account so long as their are 40 or fewer.

Maximum array length: 40

Response

Success

Standard response object for successful single-resource requests in the Profile Behavior API. Contains an HTTP status code, the returned resource data, and a status indicator.

code
integer<int32>
required

HTTP status code of the successful response.

status
enum<string>

Always "success" for successful responses.

Available options:
success
id
string

The ID of the team summary content document.

content
string

The generated team summary meant to help summarize the data of the profiles when taken into context together.