According to the API reference here,
Each user token has its own distinct rate limits, even when accessing multiple advertiser accounts.
The user token here means the Consumer Key of Twitter application?
user token
Or the access token get from POST oauth/access_token
POST oauth/access_token
The consumer token represents the app. The access token represents the user.