Thanks Harish for fast response.
- First `“C40009951” first letter is always upper case. Same as employee ID “A01347567” first letter always upper case.```
- ``
- `This "name.exact:” is part of “Get List of Identities” query, I attached both json file of contractor and employee here, you can see the
"C40009951" result of “Get List of Identities” is empty, but “A01347567” result of “Get List of Identities” has valid identity information.```
`This is the contractor’s result of “Get List of Identities” query ```
`{```
`“timestamp”: “2026-09-02T18:13:07.230502345Z”,```
`“attributes”: {```
`“displayName”: “Get List of Identities”,```
`“input”: {```
`“inputManagedBy”: null,```
`“inputManagerOf”: null,```
`“inputQuery”: “name.exact: "C40009951"”,```
`“inputSavedSearch”: null,```
`“inputTags”: null,```
`“resultSelector”: [```
`“$.getListOfIdentities.identities[*].id”```
`],```
`“searchBy”: “searchQuery”,```
`“service”: “sds”```
`},```
`“stepName”: “getListOfIdentities”,```
`“task”: “sp:get-identities”,```
`“technicalName”: “Get List of Identities”```
`},```
`“type”: “ActivityTaskScheduled”```
`},```
`{```
`“timestamp”: “2026-09-02T18:13:07.230627928Z”,```
`“attributes”: {```
`“attempts”: 1,```
`“displayName”: “Get List of Identities”,```
`“stepName”: “getListOfIdentities”,```
`“task”: “sp:get-identities”,```
`“technicalName”: “Get List of Identities”```
`},```
`“type”: “ActivityTaskStarted”```
`},```
`{```
`“timestamp”: “2026-09-02T18:13:07.29722098Z”,```
`“attributes”: {```
`“displayName”: “Get List of Identities”,```
`“result”: ,```
`“stepName”: “getListOfIdentities”,```
`“task”: “sp:get-identities”,```
`“technicalName”: “Get List of Identities”```
`},```
`“type”: “ActivityTaskCompleted”```
`},```
``
`This is the employee’s result of “Get List of Identities” query:```
{
“timestamp”: “2026-09-02T18:01:11.104278841Z”,
“attributes”: {
“displayName”: “Get List of Identities”,
“input”: {
“inputManagedBy”: null,
“inputManagerOf”: null,
“inputQuery”: “name.exact: "A01347567"”,
“inputSavedSearch”: null,
“inputTags”: null,
“resultSelector”: [
“$.getListOfIdentities.identities[*].id”
],
“searchBy”: “searchQuery”,
“service”: “sds”
},
“stepName”: “getListOfIdentities”,
“task”: “sp:get-identities”,
“technicalName”: “Get List of Identities”
},
“type”: “ActivityTaskScheduled”
},
{
“timestamp”: “2026-09-02T18:01:11.104417313Z”,
“attributes”: {
“attempts”: 1,
“displayName”: “Get List of Identities”,
“stepName”: “getListOfIdentities”,
“task”: “sp:get-identities”,
“technicalName”: “Get List of Identities”
},
“type”: “ActivityTaskStarted”
},
{
“timestamp”: “2026-09-02T18:01:11.416804121Z”,
“attributes”: {
“displayName”: “Get List of Identities”,
“result”: [
{
“_index”: “10”,
“_type”: “identity”,
“id”: “30e8b0d351644d79aace8e0419622b19”,
“type”: “identity”
}
],
“stepName”: “getListOfIdentities”,
“task”: “sp:get-identities”,
“technicalName”: “Get List of Identities”
},
“type”: “ActivityTaskCompleted”
},
(attachments)
AdobeProvisioningExecutionContractor.json (21.4 KB)
AdobeProvisioningExecutionEmployee.json (22.4 KB)