PaloAltoNetworks / PaloAltoNetworks/pan.dev
Issue/Help with "Mobile users list"
Nobody has claimed this yet.
- Dominant language
- MDX
- Stars
- 78
- Forks
- 88
- Avg merge
- 5d 17h
- Merged PRs (30d)
- 18
Description
Documentation link
https://pan.dev/access/api/insights/post-insights-v-3-0-resource-query-mobileusers-user-list/
Describe the problem
The documentation for the mobileusers/user_list endpoint does not include details on how to handle pagination. Currently, when making a query, all data is returned in a single response, but there is no information on how to limit the results or retrieve paginated data. This lack of documentation makes it unclear whether pagination is supported and, if so, how to implement it. Every query i send i reviece exactly 1000 datacount but no next token, offset, limit etc.
Suggested fix
Please include a section in the documentation describing how pagination is handled for this endpoint. This should detail the accepted parameters (e.g., limit, offset, page, etc.) and provide examples of how to use them, or confirm if pagination is not supported for this endpoint.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked mobileusers/user_list endpoint documentation and inspect the endpoint's actual query and response behavior. Confirm whether pagination is supported, then document the accepted parameters and an example, or clearly state that pagination is unavailable.
Written by the indexing model from the issue text.
Assessment
- Domain
- api, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100