CentralCSP
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.

GET
/v1/workspaces/{workspaceId}/usage-alerts/recipients

Authorization

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"    }  ]}