Hi everyone,
I’m integrating with the Atlassian Organizations API and using the endpoint:
GET /admin/v1/orgs/{orgId}/directory/users/{accountId}/last-active-dates
I see that the response is paginated using a cursor and links.next, but I can’t find any documentation about the page size (number of product_access records returned per page), nor a way to control it via query params.
I need this information to estimate how many external requests my app will need to make, since forge has strict request limits.
Could someone from Atlassian confirm:
What is the default page size for this endpoint?
Is it fixed or dynamic?
Is there any way to configure or predict it?
Thanks in advance!
Hi @m_dulin
I also did not find a documentation publicly available about this case. I assume it may work the same way as other Organization APIs (f.i. the Get Users in Organization endpoint returns 50 users per page and does not allow for custom page sizes, although it was required by community a time ago). I guess the best way at the exact moment would be to make test calls to determine the actual page size for product_access records.
Also, you might also consider posting this question in the Atlassian Developer Community - Atlassian engineers sometimes respond there with internal details.
Regards,
Rustem
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.