Project Groups
Create Project Membership
Add group to project
POST
/
api
/
v2
/
workspace
/
{projectId}
/
groups
/
{groupId}
Authorizations
Authorization
string
headerrequiredAn access token in Infisical
Path Parameters
projectId
string
requiredThe ID of the project to add the group to.
groupId
string
requiredThe ID of the group to add to the project.
Body
application/json
role
string
default: no-accessThe role for the group to assume in the project.
roles
object[]
Response
200 - application/json
groupMembership
object
requiredWas this page helpful?