Page tree
Skip to end of metadata
Go to start of metadata

This object represents a single system user or contact. Accounts for system users and contacts were previously managed in the same data tables in Mapp Engage.
You can still use this type of definition to work with system users and contact records.

Name

Type

Description

Constraints

id

Long

All system users and contacts have a unique ID within the system.

required

email

String

All system users and contacts in the system must have an email address. The email address must be unique in the system.

required maxLength:128 minLength:5

mobileNumber

String

A system user or contact can have a mobile number. The mobile number must be unique in the system.

required

identifier

String

Optionally, a contact may have an identifier generated by an external system.

required

  • No labels