Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Property
Type
Length
Mandatory
Description
Comments
userCodeString30Yes  

userNameString64Yes  

company/Company    



contactInfoArray of /ContactInfo    



isObjectActiveBoolean  

specify if the Uesr is activesince 3.13
businessUnitsArray of /BusinessUnit   


since 3.12
legsArray of /Leg   


since 3.12
securityRolesArray of //SecurityRole    


since 3.12
userPasswordString64YESProperty to be used during POST and PUT, GET method does not return itsince 3.13
office/Office


since 3.21

Example Response Body

Note

Updated for API version 2.0 using the new required date format yyyy-dd-MMThh:mi:ss to conform ISO 8601, (prior version has date format: yyyy-dd-MM hh:mi:ss)

...

Code Block
languagejs
{
    "key": 2410168,
    "self": "http://localhost:8080/ws/rest/User/2410168",
    "contactInfo": [
        {
            "phoneNo": null,
            "mobileNo": null,
            "faxNo": null,
            "telexNo": null,
            "email": "support@dataloy.com",
            "key": 22618918,
            "self": "http://localhost:8080/ws/rest/ContactInfo/22618918"
        }
    ],
    "userName": "Dataloy",
    "securityRoles": [
        {
            "key": 335316636,
            "self": "http://localhost:8080/ws/rest/SecurityRole/335316636",
            "roleName": "API"
        }
    ],
    "legs": [],
    "businessUnits": [],
    "userCode": "DATALOY",
    "createdById": 1000633,
    "modifiedDate": "2017-09-26T09:21:25",
    "createdDate": "2005-07-26T10:43:27",
    "company": {
        "key": 4600966,
        "self": "http://localhost:8080/ws/rest/Company/4600966",
        "companyName": "Dataloy",
        "companyCode": "01"
    },
    "isObjectActive": true,
    "remarks": []
}
 

Top
Back

Related Content

Expand
titleExpand to see related content


Wiki Markup
{dynamiccontentbylabel:showLabels=false|showSpace=false}