Project Roles
Create
Create a project role
POST
/
api
/
v1
/
workspace
/
{projectSlug}
/
roles
You can read more about the permissions field in the permissions documentation.
Authorizations
An access token in Infisical
Path Parameters
Slug of the project to create the role for.
Body
application/json
The slug of the role.
Required string length:
1 - 64
The name of the role.
Minimum length:
1
The permissions assigned to the role.
The description for the role.
Response
200 - application/json
Was this page helpful?