Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #9374

Closed
Open
Created Jun 10, 2015 by Administrator@rootOwner

Problem in Group Members RestAPI pagination

Created by: lokeshkumar

Hi All,

While trying to get the group members by sending api request recursively along with the page number am getting the same response. I think there is some issue in the pagination in group members api.

Example api requests commands:

curl -H "PRIVATE-TOKEN: <PRIVATE_TOKEN>" http://git/api/v3/groups/123/members?page=1
curl -H "PRIVATE-TOKEN: <PRIVATE_TOKEN>" http://git/api/v3/groups/123/members?page=2

While executing the above commands am getting same response and it is same for any page number due to this am not able to find that i have got all the group users or not.

Anybody please help me by fixing this issue.

Thanks in advance.

Regards, Lokesh

Assignee
Assign to
Time tracking