insufficient_scope
The scope of the access token does not include authorization for the requested resource.
Explanation
Some operations require that the end-user has delegated authority to the client before the client is allowed to proceed. These delegations are captured as the scope of the access token.
The server may at its discretion not honor a delegation that the end-user has approved.
Remediation
An access token cannot gain new privileges; a new access token will need to be obtained before the operation can proceed.