Set Campaign Reports Configuration
PUT {{baseUrl}}/campaigns/reports-configuration
Use this API to overwrite the configuration for campaign reports. Calling this endpoint requires roles of CERTADMIN and ORGADMIN.
Request Body
{"identityAttributeColumns"=>["firstname", "lastname"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"identityAttributeColumns":["firstname","lastname"]}