401 Error in School (Beta) API

I'm following the instructions in the document, I select "GET single user"  as a test, I input the "user_id", I go to authorize code via Blackbaud OAuth2.0 and receive the following error when I hit Send. 


What does this mean, does anyone know, and how do I fix this?


 

Transfer-Encoding: chunked<br/>Strict-Transport-Security: max-age=86400<br/>X-Content-Type-Options: nosniff<br/>Date: Tue, 11 Feb 2020 19:26:27 GMT<br/>Content-Type: application/json; charset=utf-8<br/>
{<br/> "<span>errors</span>": <span>[{<br/> "<span>message</span>": <span><span>"You do not have access to this route."</span></span>,<br/> "<span>error_code</span>": <span><span>"401"</span></span>,<br/> "<span>error_name</span>": <span><span>"ServiceClientException"</span></span>,<br/> "<span>raw_message</span>": <span><span>"You do not have access to this route."</span><br/> </span>}]<br/></span>}

Categories