Set Campaign Reports Configuration
PUT {{baseUrl}}/campaigns/reports-configuration
Use this API to overwrite the configuration for campaign reports.
A token with ORGADMIN or CERTADMIN authority is required to call this API.
Request Body
{"identityAttributeColumns"=>["firstname", "lastname"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"identityAttributeColumns":["firstname","lastname"]}