name | data type | description |
---|---|---|
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" ] } }