Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

We are taking WORKSFORME action on user of this certificate using certifyUserManagerforCampaign API

sumit_morchhale
New Contributor
New Contributor
We are creating User Manager Certificate with Objects to be included as Entitlements only.
We are taking "WORKSFORME" action on user of this certificate using "certifyUserManagerforCampaign" API and getting response with empty attribute. please find the postman screenshot below 
1-Screenshot.png 
2-Screenshot.png
 
3-Screenshot.png
I have also attached below request and response payload.
 
API:- "certifyUserManagerforCampaign"
 
Request Payload:
 
{
    "verifications": [
              {
            "campaignId""1111",
            "certkey":"2628",
            "employee""testUser100",
            "verifier""skenduser",
            "action""WORKSFORME",
            "comments""Certify AT 5:45 PM"
        },
         {
            "campaignId""1111",
            "certkey":"2628",
            "employee""skEndUser021220",
            "verifier""skenduser",
            "action""WORKSFORME",
            "comments""Certify AT 5:45 PM"
        }
 
 
    ]
}
 
Response Payload:
 
{
    "count"0,
    "verifications": []
}
 
After taking action on both users, I fetch the certification details by "/fetchCertificationList" API but it is showing progress as 0%. it should show 100% progress as all the items are acted on.
 
4-Screenshot.png
 
5-Screenshot.png
 
6-Screenshot.png
I have also attached the request ,response payload.
 
Request Payload:
 
{
 
 
"certifierUsername":"skenduser",
"certkey":"2628"
}
 
Response Payload:
 
{
 
    "msg""successful",
    "certifierUsername""skenduser",
    "certkey""2628",
    "offset""0",
    "max""50",
    "displayCount"1,
    "errorCode""0",
    "certifications": [
        {
            "id"2628,
            "status""New",
            "certificationName""UserCert_SMTEST5 - skEndUser (Suyog EndUser)",
            "campaignKey"1111,
            "campaignName""UserCert_SMTEST5",
            "certifier""skEndUser (Suyog EndUser)",
            "type""User Manager",
            "startdate""2023-03-17 12:02:00",
            "enddate""2023-05-19 12:02:00",
            "dueIn""63 Days",
            "progress""0%",
            "comments""",
            "lockFlag"null
        }
    ],
    "refreshInProgress"false,
    "totalCount"1
}
 
1 REPLY 1

sudeshjaiswal
Saviynt Employee
Saviynt Employee

Hello @sumit_morchhale ,

We tested the same in the V 5.5 Sp3.x version, and the following are the test results "Success"

PFA screenshot below,

sudeshjaiswal_2-1679558973725.png

 

sudeshjaiswal_1-1679558954050.png

 



For reference:- https://documenter.getpostman.com/view/1797923/TVsvi7G2?version=latest#7b31f695-3e13-4e08-95bb-375a6...

 

If you find the above response useful, Kindly Mark it as "Accept As Solution".