Yammer API Limitations

The Yammer rest api documentation says the limit is 10 requests in 10 seconds per user per app.

Question: What does the user represent here? Is it the IP address that is making the request or the bearer token for the authenticated user currently?

If all of our users go through the same external IP, would that be a problem, or is the user a Yammer user?

thank

+3


source to share


1 answer


This is the user's token, not the IP address. This way, multiple users from the same IP can make API requests to Yammer and the rate limit will be applied per user. https://developer.yammer.com/v1.0/docs/rest-api-rate-limits



+2


source







All Articles