Infisical MCP Server

Official

invite-members-to-project

Add users to an Infisical project by specifying emails or usernames, assigning roles, and linking them to a specific project ID.

Instructions

Invite members to a project in Infisical

Input Schema

NameRequiredDescriptionDefault
emailsNoThe emails of the members to invite. Either usernames or emails must be provided.
projectIdYesThe ID of the project to invite members to (required)
roleSlugsNoThe role slugs of the members to invite. If not provided, the default role 'member' will be used. Ask the user to confirm the role they want to use if not explicitly specified.
usernamesNoThe usernames of the members to invite. Either usernames or emails must be provided.

Input Schema (JSON Schema)

{ "properties": { "emails": { "description": "The emails of the members to invite. Either usernames or emails must be provided.", "type": "array" }, "projectId": { "description": "The ID of the project to invite members to (required)", "type": "string" }, "roleSlugs": { "description": "The role slugs of the members to invite. If not provided, the default role 'member' will be used. Ask the user to confirm the role they want to use if not explicitly specified.", "type": "array" }, "usernames": { "description": "The usernames of the members to invite. Either usernames or emails must be provided.", "type": "array" } }, "required": [ "projectId" ], "type": "object" }

You must be authenticated.

Other Tools from Infisical MCP Server

Related Tools

ID: 09hrd7ngqm