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 Groups API

The Groups API from Infisical — 11 operation(s) for groups.

Infisical 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 Groups. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 19 operations across 11 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.

19 operations 11 paths 0 schemas 4 DELETE9 GET2 PATCH4 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 Groups API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth).

  • bearerAuth — An access token in Infisical

Paths & Operations 19

Across 11 paths, the API surfaces 19 operations — 4 DELETE, 9 GET, 2 PATCH, 4 POST. Each is listed below with its method, path, parameters, and response codes.

Groups 19
POST
/api/v1/groups
createGroup body → 200400401403404422500
GET
/api/v1/groups
listGroups → 200400401403404422500
GET
/api/v1/groups/{id}
getGroupById 1 param → 200400401403404422500
PATCH
/api/v1/groups/{id}
updateGroup 1 param body → 200400401403404422500
DELETE
/api/v1/groups/{id}
deleteGroup 1 param → 200400401403404422500
GET
/api/v1/groups/{id}/users
listGroupUsers 6 params → 200400401403404422500
GET
/api/v1/groups/{id}/machine-identities
listGroupMachineIdentities 5 params → 200400401403404422500
GET
/api/v1/groups/{id}/members
listGroupMembers 7 params → 200400401403404422500
GET
/api/v1/groups/{id}/projects
listGroupProjects 7 params → 200400401403404422500
POST
/api/v1/groups/{id}/users/{username}
addUserToGroup 2 params → 200400401403404422500
DELETE
/api/v1/groups/{id}/users/{username}
removeUserFromGroup 2 params → 200400401403404422500
POST
/api/v1/groups/{id}/machine-identities/{machineIdentityId}
addMachineIdentityToGroup 2 params → 200400401403404422500
DELETE
/api/v1/groups/{id}/machine-identities/{machineIdentityId}
removeMachineIdentityFromGroup 2 params → 200400401403404422500
GET
/api/v1/organization/available-groups
List available groups from parent org for linking to sub-organization
listAvailableOrganizationGroups → 200400401403404422500
GET
/api/v1/organizations/memberships/groups
List organization group memberships
listOrganizationGroupMemberships 6 params → 200400401403404422500
POST
/api/v1/organizations/memberships/groups/{groupId}
Create organization group membership (link group to current org). Sub-org only: links a parent-org group.
createOrganizationGroupMembership 1 param body → 200400401403404422500
GET
/api/v1/organizations/memberships/groups/{groupId}
Get organization group membership by group ID.
getOrganizationGroupMembership 1 param → 200400401403404422500
PATCH
/api/v1/organizations/memberships/groups/{groupId}
Update organization group membership roles.
updateOrganizationGroupMembership 1 param body → 200400401403404422500
DELETE
/api/v1/organizations/memberships/groups/{groupId}
Unlink a group from the current organization. Only applicable in sub-organizations where the group is linked; cannot be used in the organization that owns the group.
deleteOrganizationGroupMembership 1 param → 200400401403404422500

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

infisical-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