Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 56 Next »

This object contains specific details about user's entity and can be retrieved by the User REST API.


On this page:

Related pages:

User Entity Object Formats

JSON Format
{
    "Addresses": [{
        "AddrLine1": "",
        "AddrLine2": "",
        "AddrLine3": "",
        "AddrLine4": "",
        "AddrType": "",
        "City": "",
        "Country": "",
        "Intersection": "",
        "Lat": "",
        "Lon": "",
        "Region": "",
        "Zip": ""
    }],
    "Contacts": [{
        "Email": "",
        "FirstName": "",
        "IsPrimary": true,
        "LastName": "",
        "Phones": [{
            "PhoneNum": "",
            "PhoneType": ""
        }]
    }],
    "Name": "",
    "SystemID": ""
}

User Entity Object Properties

(info) Required properties are in Bold.

PropertyTypeDescription
Addressescollection

Contains a collection of Address Object associated with the Entity.

ContactscollectionContains a collection of one or more Contact Object associated with the Entity.
NamestringIdentifies the name of the entity

SystemID


string

Contains system generated unique identifier for the entity.

  • No labels