{ "opencollection": "1.0.0", "info": { "name": "GitLab access_requests invitations API", "version": "v4" }, "items": [ { "info": { "name": "invitations", "type": "folder" }, "items": [ { "info": { "name": "Get a list of group or project invitations viewable by the authenticated user", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/groups/:id/invitations", "params": [ { "name": "id", "value": "", "type": "path", "description": "The group ID" }, { "name": "page", "value": "1", "type": "query", "description": "Current page number" }, { "name": "per_page", "value": "20", "type": "query", "description": "Number of items per page" }, { "name": "query", "value": "", "type": "query", "description": "A query string to search for members" } ] }, "docs": "This feature was introduced in GitLab 13.6" }, { "info": { "name": "Invite non-members by email address to a group or project.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v4/groups/:id/invitations", "params": [ { "name": "id", "value": "", "type": "path", "description": "The group ID" } ] }, "docs": "This feature was introduced in GitLab 13.6" }, { "info": { "name": "putApiV4GroupsIdInvitationsEmail", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v4/groups/:id/invitations/:email", "params": [ { "name": "id", "value": "", "type": "path", "description": "The group ID" }, { "name": "email", "value": "", "type": "path", "description": "The email address of the invitation" } ] }, "docs": "Updates a group or project invitation." }, { "info": { "name": "deleteApiV4GroupsIdInvitationsEmail", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v4/groups/:id/invitations/:email", "params": [ { "name": "id", "value": "", "type": "path", "description": "The group ID" }, { "name": "email", "value": "", "type": "path", "description": "The email address of the invitation" } ] }, "docs": "Removes an invitation from a group or project." }, { "info": { "name": "Get a list of group or project invitations viewable by the authenticated user", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/projects/:id/invitations", "params": [ { "name": "id", "value": "", "type": "path", "description": "The project ID" }, { "name": "page", "value": "1", "type": "query", "description": "Current page number" }, { "name": "per_page", "value": "20", "type": "query", "description": "Number of items per page" }, { "name": "query", "value": "", "type": "query", "description": "A query string to search for members" } ] }, "docs": "This feature was introduced in GitLab 13.6" }, { "info": { "name": "Invite non-members by email address to a group or project.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v4/projects/:id/invitations", "params": [ { "name": "id", "value": "", "type": "path", "description": "The project ID" } ] }, "docs": "This feature was introduced in GitLab 13.6" }, { "info": { "name": "putApiV4ProjectsIdInvitationsEmail", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v4/projects/:id/invitations/:email", "params": [ { "name": "id", "value": "", "type": "path", "description": "The project ID" }, { "name": "email", "value": "", "type": "path", "description": "The email address of the invitation" } ] }, "docs": "Updates a group or project invitation." }, { "info": { "name": "deleteApiV4ProjectsIdInvitationsEmail", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v4/projects/:id/invitations/:email", "params": [ { "name": "id", "value": "", "type": "path", "description": "The project ID" }, { "name": "email", "value": "", "type": "path", "description": "The email address of the invitation" } ] }, "docs": "Removes an invitation from a group or project." } ] } ], "bundled": true }