403 - You do not have permission to view this member

I am having an issue fetching member data. Consider the following request:

…/v2/members/?fields%5Bmember%5D=patron_status,currently_entitled_amount_cents

This endpoint works for some membership IDs, but not others. The api returns this value:

{
    "errors": [
        {
            "code": 6,
            "code_name": "ViewForbidden",
            "detail": "You do not have permission to view member with id <guid>.",
            "id": "cc5578a3-9871-5708-9561-64457f05efb0",
            "status": "403",
            "title": "You do not have permission to view this member."
        }
    ]
}

I am using the Creator Access Token, not the user’s token.

The users are authenticating with the following scopes, identity campaigns.members identity.memberships, but that shouldn’t be relevant because the requests are authentiated with my creator access token.

As I said in the channel, its /v2/members/{MEMBER_ID} or if you are paginating your campaign /v2/campaigns/{CAMPAIGN_ID}/members