ToolJet · Example Payload

Tooljet Create User Example

low-codeinternal toolsopen-sourceapplication builderworkflow automationno-codedashboardsAI agents

Tooljet Create User Example is an example object payload from ToolJet, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nameemailpasswordstatusdefaultOrganizationIdworkspaces

Example Payload

Raw ↑
{
  "name": "Jane Doe",
  "email": "jane.doe@example.com",
  "password": "SecureP@ssw0rd",
  "status": "active",
  "defaultOrganizationId": "550e8400-e29b-41d4-a716-446655440000",
  "workspaces": [
    {
      "id": "550e8400-e29b-41d4-a716-446655440001",
      "name": "Engineering",
      "role": "developer",
      "status": "active",
      "groups": [
        {
          "id": "550e8400-e29b-41d4-a716-446655440010",
          "name": "Frontend Team"
        }
      ]
    }
  ]
}