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

Need API details to fetch the details of user creation request

Anurag
Regular Contributor
Regular Contributor

We created a new user request with below details but the Rest API to fetch the request details does not return anything related to the user being created. Attaching the response of request APIs for this request.

Anurag_0-1683265998661.png

/fetchRequestHistory

{
    "username":"admin",
    "requestkey""7865"
}
{
    "msg""Successful",
    "totalcount"1,
    "count"1,
    "errorCode""0",
    "requests": [
        {
            "requestid""600427",
            "reqkey""7865",
            "requesttype""Create User",
            "requestor"" jhaaaaaa (priyanka_jha1)",
            "requestedfor""",
            "requestsubmittedon""2023-04-20 12:19:52",
            "duedate""2023-04-30 12:19:52",
            "status""Open ",
            "assignee""(admin)",
            "endpoints""",
            "endpointname""",
            "requestandtaskstatus"""
        }
    ]
}
 
/fetchRequestHistoryDetails
"requestkey":"7865"
{
    "requestHistoryDetails": {
        "comments""Create user",
        "ManagerApproval": [
            {
                "Entitlement Type""",
                "Assignee""null null (admin)",
                "Start Date""2023-04-20 12:19:52",
                "Approve Date""",
                "Endpoint""",
                "State""Pending Approval",
                "Business Justification""",
                "endpointname""",
                "Request Type"""
            }
        ],
        "dynamicattributes": [],
        "requestor""priyanka_jha1",
        "requestedfor""",
        "requestId""600427"
    },
    "msg""SUCCESS",
    "tabList": [
        "comments",
        "ManagerApproval",
        "dynamicattributes",
        "requestor",
        "requestedfor"
    ],
    "count"6,
    "errorCode""0"
}
 
is there any other API or config available to get the details of user being created?
 
Thanks
2 REPLIES 2

RakeshMG
Saviynt Employee
Saviynt Employee

Please check if the task is generated and is in completed state.


​Regards

Rakesh M Goudar

Darshanjain
Saviynt Employee
Saviynt Employee

Hi @Anurag 

These details are not visible in the 3.x versions, its available in EIC version where it shows all the attribute  details 

If you want this details in this version, you can raise a FD and check it out to see that it can be backported to fix this in 3.x versions.

 

Thanks

Darshan