I am using and auth token to call the API. I would like to use: /members/[idMember or username]/cards ( https://trello.com/docs/api/member/index.html#get-1-members-idmember-or-username-cards) and would expect to get the cards of the user supplies as long as that user's id is on the same organizations/boards as the user for which the token was obtained.
Does anyone know what this request's behaviour is?