123FormBuilder · JSON Structure

123Formbuilder Rest Api V2 User Structure

Structural definition of a 123FormBuilder user or subuser.

Type: object Properties: 10
Online FormsForm BuilderSurveysWorkflowData CollectionSubmissionsWebhooksHIPAAGDPRPayments

User is a JSON Structure definition published by 123FormBuilder, describing 10 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id email name admin company_name allow_create_form allow_duplicate_form allow_delete_form can_manage_groups can_manage_users

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/123formbuilder/refs/heads/main/json-structure/123formbuilder-rest-api-v2-user-structure.json",
  "name": "User",
  "description": "Structural definition of a 123FormBuilder user or subuser.",
  "type": "object",
  "properties": {
    "id": {"type": "int32"},
    "email": {"type": "string"},
    "name": {"type": "string"},
    "admin": {"type": "int32"},
    "company_name": {"type": "string"},
    "allow_create_form": {"type": "int32"},
    "allow_duplicate_form": {"type": "int32"},
    "allow_delete_form": {"type": "int32"},
    "can_manage_groups": {"type": "int32"},
    "can_manage_users": {"type": "int32"}
  }
}