I am trying to suspend/deactivate sites and keep getting a scope error.
I have tried scopes like:
Console.GSM
Console.*
*
But I continue to get scope errors for these endpoints. What must I do to acquire the correct scope?
https://unityapi.webrootcloudav.com/service/api/console/gsm/{gsmKey}/sites/{siteId}/deactivate
{
"statusCode":403,
"requestId":"3c329835-981d-495e-875f-50201c49752",
"error":"insufficient_scope",
"error_description":"Access was denied due to insufficient token scope.",
"AdditionalInformation":{}
}
I can change things in the site without issue but cant suspend/deactivate the site.