curl --location --request POST 'https://unified-dev.digit.org/user/v1/_search' \
--header 'Content-Type: application/json' \
--data-raw '{
"RequestInfo": {
"apiId": null,
"ver": null,
"ts": null,
"action": "POST",
"did": null,
"key": null,
"msgId": "5bfa85e7-dfa1-47c8-98b2-747bf552be86",
"userInfo": {
"id": 181,
"userName": "TestEggMUSTAKIMNK",
"uuid": "4f6cf5fa-bcb2-4a3a-9dff-9740c04e3a92",
"locale": "string",
"type": "EMPLOYEE",
"name": "mustak",
"mobileNumber": "1234567890",
"alternatemobilenumber": null,
"emailId": "xyz@egovernments.org",
"roles": [
{
"name": "Employee",
"code": "EMPLOYEE",
"tenantId": "pg"
},
{
"name": "System user",
"code": "SYSTEM",
"tenantId": "pg"
},
{
"name": "Super User",
"code": "SUPERUSER",
"tenantId": "pg"
}
],
"active": true,
"tenantId": "pg",
"permanentCity": "Kaikoo"
},
"authToken": "11926af5-050a-4fd6-a258-350ce179ff7f"
},
"type": "EMPLOYEE",
"active": "true",
"uuid": [
"bddd727f-9817-4d55-8c58-fdd81debb98a"
],
"tenantId": "pg"
}'
{
"ResponseInfo": {
"apiId": "string",
"ver": "string",
"ts": 0,
"resMsgId": "string",
"msgId": "string",
"status": "SUCCESSFUL"
},
"Users": [
{}
]
}