Versions Compared

Key

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

...

Field nameDescriptionExample
idRepresent the shadow user id, the same as real user id89e6d798-012f-4005-87da-95a64e8a61f3
usernameCreate using the following pattern: 'shadow_{{origninalUsername}}_{{random5charactersString}}'shadow_mobius_admin_rrjwt
typePopulate with constant value 'shadow'shadow
activePopulate true value true
metadataPopulate common metadata object

...

Code Block
languagejava
{
   "username":"shadow_consortia_admin_oyulp",
   "id":"122b3d2b-4788-4f1e-9117-56daa91cb75c",
   "active":true,
   "type":"shadow",
   "departments":[],
   "proxyFor":[],
   "createdDate":"2023-08-01T09:48:59.009+00:00",
   "updatedDate":"2023-08-01T09:48:59.009+00:00",
   "metadata":{
      "createdDate":"2023-08-01T09:48:58.999+00:00",
      "createdByUserId":"6ece8efd-13d8-4ba6-9437-2b2e5a9c6f4a",
      "updatedDate":"2023-08-01T09:48:58.999+00:00",
      "updatedByUserId":"6ece8efd-13d8-4ba6-9437-2b2e5a9c6f4a"
   }
}

...

Related story:

Jira Legacy
serverSystem JiraJIRA
serverId01505d01-b853-3c2e-90f1-ee9b165564fc
keyMODCON-83