User Data Type

Properties
name data type description
email string
roles array of Role
person Person

Example

{
  "email" : "...",
  "roles" : [ "ANONYMOUS", "APPROVED" ],
  "person" : {
    "firstName" : "...",
    "lastName" : "...",
    "externalKey" : "...",
    "email" : "...",
    "id" : 12345,
    "createdBy" : "...",
    "creationDate" : "...",
    "links" : [ {
      "href" : "...",
      "rel" : "..."
    }, {
      "href" : "...",
      "rel" : "..."
    } ],
    "modifiedBy" : "...",
    "modificationDate" : "...",
    "userAlloewdToEdit" : true,
    "obfuscated" : true,
    "allowedOperations" : [ "READ", "CREATE" ]
  }
}