We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should handle pagination in organizationAcls endpoint starting from 202306.
organizationAcls
Doc Reference: https://learn.microsoft.com/en-us/linkedin/marketing/integrations/community-management/organizations/organization-authorizations/getting-started https://learn.microsoft.com/en-us/linkedin/shared/api-guide/concepts/pagination?context=linkedin%2Fmarketing%2Fcontext
API Pagination Response
"paging": { "start": 0, "count": 10, "links": [ { "type": "application/json", "rel": "next", "href": "/rest/organizationAcls?q=roleAssignee&start=10&count=10" } ] },
The text was updated successfully, but these errors were encountered:
jpblu
No branches or pull requests
We should handle pagination in
organizationAcls
endpoint starting from 202306.Doc Reference:
https://learn.microsoft.com/en-us/linkedin/marketing/integrations/community-management/organizations/organization-authorizations/getting-started
https://learn.microsoft.com/en-us/linkedin/shared/api-guide/concepts/pagination?context=linkedin%2Fmarketing%2Fcontext
API Pagination Response
The text was updated successfully, but these errors were encountered: