APIUsage
List workspace usage-alert recipients
Returns the members emailed when the workspace passes 80% of its plan limit and again when it reaches 100%. Each threshold sends at most one email per period.
Requires the admin role on the workspace.
AuthorizationBearer <token>
An OpenID Connect access token issued by Keycloak, acting as the signed-in user.
In: header
Path Parameters
workspaceId*string
Response Body
application/json
curl -X GET "https://api-next.centralcsp.com/v1/workspaces/string/usage-alerts/recipients"{ "recipients": [ { "memberId": "string", "hasAccess": true, "email": "string", "firstName": "string", "lastName": "string" } ]}Set a website usage limit PUT
Caps how many reports this website may accept per period, so one noisy site cannot spend the whole workspace allowance. Send null to remove the cap.
Set workspace usage-alert recipients PUT
Replaces the recipient list. Send an empty array to turn workspace usage emails off. Every id must belong to a member of this workspace.