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

Service account owner Mapping in Ad

sandeepverma
Regular Contributor
Regular Contributor

Hi Experts,

 

We are mapping service account owner in extensionattribute10 in AD.
 
So during update of service account;s owner we required two update task to get it reflect in Ad.
 
API call:
 
 
{
 
    "username":"admin",
    "requesttype":"ADD",
    "endpoint":"Active Directory SA",
    "accountType":"Service Account",
    "securitysystem":"Active Directory SA",
    "comments":"testing",
    "accountname":"svr_77",
    "requestor":"admin",
    "dynamicattr":{
"dynAcclocation":"Delhi"
}, 
     "owner": [
        {
            "ownerType""User",
            "name""SaviyntUser180",
            "rank""1",
            "updatetype""REMOVE"
 
        },
        {
            "ownerType""User",
            "name""SaviyntUser203",
            "rank""1",
            "updatetype""ADD"
 
        }
    ]
}
 
Can I get your view on same? 
 
Thank you,
3 REPLIES 3

rushikeshvartak
All-Star
All-Star

What’s issue ?


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

sandeepverma
Regular Contributor
Regular Contributor

Hi Rushikesh,

Thanks for reply.

We are using single owner for service account, and we are using API calls to create a service account and update an owner.

So during creation we are sending one request from postman API and after provisioning we can see account with owner (extensionAttribute10) in AD.

But during owner replacement As I used above API call.... to see the reflection of owner in AD we require to send two requests from postman API

Thank you

You can call multicall from API


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.