Activepieces home pagelight logodark logo
  • GitHub
  • Pieces
  • Get Started
  • Get Started
Documentation
Develop Pieces
Embedding
API Reference
Deploy
Handbook
Get Started
  • Overview
Endpoints
  • Projects
  • Users
  • User Invitations
    • User Invitation Schema
    • POST
      Send User Invitation (Upsert)
    • GET
      List User Invitations
    • DEL
      Delete User Invitation
  • Project Members
  • Connections
  • Flows
  • Flow Runs
  • Sample Data
  • Pieces
  • Project Releases
  • Global Connections
  • Git Sync
  • Folders
  • Flow Templates
  • MCP Servers
Copy
Ask AI
{
  "id": "<string>",
  "created": "<string>",
  "updated": "<string>",
  "email": "<string>",
  "status": "PENDING",
  "type": "PLATFORM",
  "platformId": "<string>",
  "platformRole": "ADMIN",
  "projectId": "<string>",
  "projectRoleId": "<string>",
  "projectRole": {
    "id": "<string>",
    "created": "<string>",
    "updated": "<string>",
    "name": "<string>",
    "permissions": [
      "<string>"
    ],
    "platformId": "<string>",
    "type": "<string>",
    "userCount": 123
  }
}
User Invitations

User Invitation Schema

The schema is of type object.

Suggest editsRaise issue
List UsersSend User Invitation (Upsert)
websitegithubdiscord
Powered by Mintlify
Assistant
Responses are generated using AI and may contain mistakes.