Skip to content

List all pending group members

GET
/api/v4/groups/{id}/pending_members

Lists all members in an awaiting state and those who are invited but do not have a GitLab account for a specified group and any subgroups and projects. This operation works on top-level groups only. It does not work on subgroups.

id
required
string

The ID of a group

page
integer
default: 1 nullable

Current page number

Example
1
per_page
integer
default: 20 nullable

Number of items per page

Example
20

OK

Bad Request

Not Found