Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Infisical Project Groups API

The Project Groups API from Infisical — 9 operation(s) for project groups.

Infisical Project Groups API is one of 73 APIs that Infisical publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 16 operations across 9 paths. It is described by OpenAPI 3.0.3, at version 0.0.1.

Requests are made against 3 base URLs: https://us.infisical.com, https://eu.infisical.com, http://localhost:8080.

16 operations 9 paths 0 schemas 3 DELETE7 GET3 PATCH3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
0.0.1
Base URL
https://app.infisical.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Infisical Project Groups API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth).

  • bearerAuth — An access token in Infisical

Paths & Operations 16

Across 9 paths, the API surfaces 16 operations — 3 DELETE, 7 GET, 3 PATCH, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Project Groups 16
POST
/api/v1/projects/{projectId}/groups/{groupIdOrName}deprecated
Deprecated: Use POST /api/v1/projects/:projectId/memberships/groups/:groupId instead. Add group to project.
addGroupToProject 2 params body → 200400401403404422500
PATCH
/api/v1/projects/{projectId}/groups/{groupId}deprecated
Deprecated: Use PATCH /api/v1/projects/:projectId/memberships/groups/:groupId instead. Update group in project.
updateProjectGroup 2 params body → 200400401403404422500
DELETE
/api/v1/projects/{projectId}/groups/{groupId}deprecated
Deprecated: Use DELETE /api/v1/projects/:projectId/memberships/groups/:groupId instead. Remove group from project.
removeGroupFromProject 2 params → 200400401403404422500
GET
/api/v1/projects/{projectId}/groups/{groupId}deprecated
Deprecated: Use GET /api/v1/projects/:projectId/memberships/groups/:groupId instead. Return project group.
getProjectGroup 2 params → 200400401403404422500
GET
/api/v1/projects/{projectId}/groupsdeprecated
Deprecated: Use GET /api/v1/projects/:projectId/memberships/groups instead. Return list of groups in project.
listProjectGroups 1 param → 200400401403404422500
GET
/api/v1/projects/{projectId}/memberships/groups
List project group memberships.
listProjectGroupMemberships 1 param → 200400401403404422500
POST
/api/v1/projects/{projectId}/memberships/groups/{groupId}
Add a group from the organization to the project by creating a project group membership.
createProjectGroupMembership 2 params body → 200400401403404422500
GET
/api/v1/projects/{projectId}/memberships/groups/{groupId}
Get project group membership by group ID.
getProjectGroupMembership 2 params → 200400401403404422500
PATCH
/api/v1/projects/{projectId}/memberships/groups/{groupId}
Update project group membership roles.
updateProjectGroupMembership 2 params body → 200400401403404422500
DELETE
/api/v1/projects/{projectId}/memberships/groups/{groupId}
Remove group from project.
removeProjectGroupMembership 2 params → 200400401403404422500
POST
/api/v2/workspace/{projectId}/groups/{groupIdOrName}
Add group to project
2 params body → 200400401403404422500
PATCH
/api/v2/workspace/{projectId}/groups/{groupId}
Update group in project
2 params body → 200400401403404422500
DELETE
/api/v2/workspace/{projectId}/groups/{groupId}
Remove group from project
2 params → 200400401403404422500
GET
/api/v2/workspace/{projectId}/groups/{groupId}
Return project group
2 params → 200400401403404422500
GET
/api/v2/workspace/{projectId}/groups
Return list of groups in project
1 param → 200400401403404422500
GET
/api/v2/workspace/{projectId}/groups/{groupId}/users
Return project group users
7 params → 200400401403404422500

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

infisical-project-groups-api-openapi.yml Raw ↑

Other APIs Infisical publishes across the network.

Infisical Admin API
Infisical Alibaba Cloud Auth API
Infisical App Connections API
Infisical Audit Logs API
Infisical AWS Auth API
Infisical Azure Auth API
Infisical Cert Manager API
Infisical Dynamic Secrets API
Infisical Environments API
Infisical Event Subscriptions API
Infisical Folders API
Infisical GCP Auth API