From Violet Lizard, 6 Years ago, written in Plain Text.
Embed
  1. {
  2.     "entitytype": "${#TestCase#entitytype}",
  3.     "operation": "${#TestCase#operation}",
  4.     "entity": {
  5.         "id": "${#TestCase#userID}",
  6.         "title": "${#TestCase#title}",
  7.         "loginname": "${#TestCase#loginname}",
  8.         "firstname": "${#TestCase#firstname}",
  9.         "middlename": "${#TestCase#middlename}",
  10.         "lastname": "${#TestCase#lastname}",
  11.         "fullname": "${#TestCase#fullname}",
  12.         "gender": "${#TestCase#gender}",
  13.         "email": "${#TestCase#email}",
  14.         "dateofbirth": "${#TestCase#dateofbirth}",
  15.         "type": "${#TestCase#type}",
  16.         "city": "${#TestCase#city}",
  17.         "state": "${#TestCase#state}",
  18.         "country": "${#TestCase#country}",
  19.         "timezone": "${#TestCase#timezone}",
  20.         "status": "${#TestCase#status}",
  21.         "operationperformedby": "${#TestCase#operationperformedby}",
  22.         "operationperformeddatetime": "${#TestCase#operationperformeddatetime}",
  23.         "sis_user_identifier": "${#TestCase#sisuseridentifier}",
  24.            "sis_sourceid": "${#TestCase#sissourceid}"
  25.     }
  26. }