BlueConic · Schema

UserBean

BlueConic user.

Customer Data PlatformCDPCustomer ProfilesSegmentsData ActivationFirst-Party DataLifecycle StagesConnectionsPrivacy

Properties

Name Type Description
fullName string The full name of the user.
userName string The username.
View JSON Schema on GitHub

JSON Schema

userbean.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/blueconic/json-schema/userbean.json",
  "title": "UserBean",
  "type": "object",
  "description": "BlueConic user.",
  "properties": {
    "fullName": {
      "type": "string",
      "description": "The full name of the user."
    },
    "userName": {
      "type": "string",
      "description": "The username."
    }
  },
  "readOnly": true
}