Understanding oauth access token

Hi, trying to understand how to use the oauth flow…
when the user install my app, Monday redirects him to my “redirect uri”.
then, I’m getting successfully the access_token.
what I don’t understand is on behalf of what account id should I store this token? I didn’t get any additional data about the user/account…