How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

GitLab CI/CD members API

Operations about members

GitLab CI/CD members API is one of 98 APIs that GitLab CI/CD publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Members. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and authentication docs.

This API exposes 23 operations across 16 paths, and defines 12 schemas. It is described by OpenAPI 2.0, at version v4.

Requests are made against the base URL https://gitlab.com/api/v4.

23 operations 16 paths 12 schemas 4 DELETE11 GET4 POST4 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
v4
Base URL
https://gitlab.com/api/v4
Authentication
API Key, API Key
Resource Areas
1

Authentication & Security 2

GitLab CI/CD members API declares 2 security schemes for authenticating requests. An API key is passed in the header as PRIVATE-TOKEN (access_token_header). An API key is passed in the query as private_token (access_token_query).

Paths & Operations 23

Across 16 paths, the API surfaces 23 operations — 4 DELETE, 11 GET, 4 POST, 4 PUT. Each is listed below with its method, path, parameters, and response codes.

members 23

Operations about members

GET
/api/v4/groups/{id}/members
Gets a list of group or project members viewable by the authenticated user, excluding those with inherited membership from ancestor groups.
getApiV4GroupsIdMembers 8 params → 200
POST
/api/v4/groups/{id}/members
Adds a member to a group or project.
postApiV4GroupsIdMembers 2 params → 201
GET
/api/v4/groups/{id}/members/all
Gets a list of group or project members viewable by the authenticated user, including those with inherited membership from ancestor groups.
getApiV4GroupsIdMembersAll 7 params → 200
GET
/api/v4/groups/{id}/members/{user_id}
Gets a member of a group or project.
getApiV4GroupsIdMembersUserId 2 params → 200
PUT
/api/v4/groups/{id}/members/{user_id}
Updates a member of a group or project.
putApiV4GroupsIdMembersUserId 3 params → 200
DELETE
/api/v4/groups/{id}/members/{user_id}
Removes a user from a group or project.
deleteApiV4GroupsIdMembersUserId 4 params → 204
GET
/api/v4/groups/{id}/members/all/{user_id}
Gets a member of a group or project, including those who gained membership through ancestor group
getApiV4GroupsIdMembersAllUserId 2 params → 200
POST
/api/v4/groups/{id}/members/{user_id}/override
Overrides the access level of an LDAP group member.
postApiV4GroupsIdMembersUserIdOverride 2 params → 201
DELETE
/api/v4/groups/{id}/members/{user_id}/override
Remove an LDAP group member access level override.
deleteApiV4GroupsIdMembersUserIdOverride 2 params → 200
PUT
/api/v4/groups/{id}/members/{member_id}/approve
Approves a pending member
putApiV4GroupsIdMembersMemberIdApprove 2 params → 200
POST
/api/v4/groups/{id}/members/approve_all
Approves all pending members
postApiV4GroupsIdMembersApproveAll 1 param → 201
GET
/api/v4/groups/{id}/pending_members
Lists all pending members for a group including invited users
getApiV4GroupsIdPendingMembers 3 params → 200
PUT
/api/v4/groups/{id}/members/{user_id}/state
Changes the state of the memberships of a user in the group
putApiV4GroupsIdMembersUserIdState 3 params → 200
GET
/api/v4/groups/{id}/billable_members/{user_id}/memberships
Get the direct memberships of a billable user of a top-level group.
getApiV4GroupsIdBillableMembersUserIdMemberships 4 params → 200
GET
/api/v4/groups/{id}/billable_members/{user_id}/indirect
Get the indirect memberships of a billable user of a top-level group.
getApiV4GroupsIdBillableMembersUserIdIndirect 4 params → 200
DELETE
/api/v4/groups/{id}/billable_members/{user_id}
Removes a billable member from a group or project.
deleteApiV4GroupsIdBillableMembersUserId 2 params → 204
GET
/api/v4/projects/{id}/members
Gets a list of group or project members viewable by the authenticated user, excluding those with inherited membership from ancestor groups.
getApiV4ProjectsIdMembers 8 params → 200
POST
/api/v4/projects/{id}/members
Adds a member to a group or project.
postApiV4ProjectsIdMembers 2 params → 201
GET
/api/v4/projects/{id}/members/all
Gets a list of group or project members viewable by the authenticated user, including those with inherited membership from ancestor groups.
getApiV4ProjectsIdMembersAll 7 params → 200
GET
/api/v4/projects/{id}/members/{user_id}
Gets a member of a group or project.
getApiV4ProjectsIdMembersUserId 2 params → 200
PUT
/api/v4/projects/{id}/members/{user_id}
Updates a member of a group or project.
putApiV4ProjectsIdMembersUserId 3 params → 200
DELETE
/api/v4/projects/{id}/members/{user_id}
Removes a user from a group or project.
deleteApiV4ProjectsIdMembersUserId 4 params → 204
GET
/api/v4/projects/{id}/members/all/{user_id}
Gets a member of a group or project, including those who gained membership through ancestor group
getApiV4ProjectsIdMembersAllUserId 2 params → 200

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are API_Entities_MemberRole (43 properties), API_Entities_Member (21 properties), API_Entities_UserBasic (10 properties), API_Entities_BillableMembership (7 properties). Each schema is shown below with its type and property counts.

putApiV4GroupsIdMembersUserIdState
object
Changes the state of the memberships of a user in the group
1 property 1 required
API_Entities_CustomAttribute
object
APIEntitiesCustomAttribute model
2 properties 2 required
API_Entities_MemberRole
object
43 properties 43 required
API_Entities_BillableMembership
object
APIEntitiesBillableMembership model
7 properties 7 required
postApiV4ProjectsIdMembers
object
Adds a member to a group or project.
5 properties 1 required
putApiV4GroupsIdMembersUserId
object
Updates a member of a group or project.
3 properties 1 required
API_Entities_UserBasic
object
APIEntitiesUserBasic model
10 properties 8 required
API_Entities_Identity
object
3 properties 3 required
postApiV4GroupsIdMembers
object
Adds a member to a group or project.
5 properties 1 required
putApiV4ProjectsIdMembersUserId
object
Updates a member of a group or project.
3 properties 1 required
API_Entities_Member
object
APIEntitiesMember model
21 properties 12 required
API_Entities_ScimIdentity
object
3 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

gitlab-ci-members-api-openapi.yml Raw ↑

Other APIs GitLab CI/CD publishes across the network.

GitLab GraphQL API
GitLab CI/CD access_requests API
GitLab CI/CD access_tokens API
GitLab CI/CD agents API
GitLab CI/CD alert_management API
GitLab CI/CD applications API
GitLab CI/CD attestations API
GitLab CI/CD audit_events API
GitLab CI/CD avatars API
GitLab CI/CD award_emoji API
GitLab CI/CD badges API
GitLab CI/CD batched_background_migrations API
Where this information came from

This is an independent, third-party profile of GitLab CI/CD members API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.