/
User Entity Object

User Entity Object

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.

Related content

User Object
More like this
_User Entity Object Formats
_User Entity Object Formats
More like this
ContactPoint Object
ContactPoint Object
More like this
Authentication Object
Authentication Object
More like this
Service Team Object
Service Team Object
More like this