# Gets a list of access requests for a group. **GET /groups/{id}/access_requests** This feature was introduced in GitLab 8.11. ## Servers - https://www.gitlab.com/api/v4: https://www.gitlab.com/api/v4 () ## Authentication methods - Api key auth ## Parameters ### Path parameters - **id** (string) The ID or URL-encoded path of the group owned by the authenticated user ### Query parameters - **page** (integer(int32)) Current page number - **per_page** (integer(int32)) Number of items per page ## Responses ### 200 Gets a list of access requests for a group. #### Body: application/json (object) - **id** (integer(int32)) - **username** (string) - **name** (string) - **state** (string) - **avatar_url** (string) - **avatar_path** (string) - **custom_attributes** (array[object]) - **web_url** (string) - **email** (string) - **requested_at** (string) [Powered by Bump.sh](https://bump.sh)