Hi everyone,
I am trying to use Power Automate to call this https://api.atlassian.com/admin/v1/orgs/<resource-name>. Which is supposed to return all the users from our org, but unfortunately I only get 50 users and i do not understand how or where to enter the cursor query parameter as shown below from their api page.
Pagination
The organizations REST API uses pagination to conserve server resources and limit response size. If there are more results available after the current page, a link to the next page of results is included in the JSON. You can use the cursor parameter to set a specific starting point for the results.
My rest api call looks like this

I did enable the pagination in the settings of the action but that doesnt seem to work
