Calling User Pool endpoint has any quotas?

0

Does calling the endpoint (e.g. GET /oauth2/userInfo) has any limit quotas?

Example, GetUser api call has a limit of 120 requests per second. Does GET /oauth2/userInfo also counts as a request?

asked 2 years ago485 views
1 Answer
0

Hi,

Yes, calling UserInfo endpoint will count as a request to GetUser and will be subject to UserRead category limits. Depends on your use-case, you can get user profile information from the id-token without calling userInfo endpoint.

AWS
EXPERT
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions