Permission denied when try to fetch records from zoho people

Permission denied when try to fetch records from zoho people

I am trying to fetch records from zoho people API .. For this i am using POSTMAn. I successfully create token in postman and when i try to apply this link in get field then this shows an error "permission denied" i tried from past few days but did not come up with solution

token i successfully created in zoho people

token created

Then i use that token in postman like this

postman image

but this shows an error

{
    "error": "Permission denied"
}

what should i do ? any help please