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 Schema
    • GET
      List Users
  • User Invitations
  • Project Members
  • Connections
  • Flows
  • Flow Runs
  • Sample Data
  • Pieces
  • Project Releases
  • Global Connections
  • Git Sync
  • Folders
  • Flow Templates
  • MCP Servers
Users

User Schema

The schema is of type object.

Suggest editsRaise issue
List ProjectsList Users
websitegithubdiscord
Powered by Mintlify
Copy
Ask AI
{
  "id": "<string>",
  "email": "<string>",
  "firstName": "<string>",
  "status": "ACTIVE",
  "externalId": "<string>",
  "lastChangelogDismissed": "<string>",
  "platformId": "<string>",
  "platformRole": "ADMIN",
  "lastName": "<string>",
  "created": "<string>",
  "updated": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.