Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Remove Owner from the Azure AD group is not working at all

kumarv
New Contributor III
New Contributor III

Remove Owner from the Azure AD group is not working at all. Add owner to the Azure AD group is working fine. The JSON which I am using is mentioned below. I have attached the logs for reference.

{
"name": "AADGroup",
"connection": "accAuth",
"url": "https://graph.microsoft.com/v1.0/groups/${entitlementValue.entitlementID}/members/${account.accountI...\$ref",
"httpMethod": "DELETE",
"httpHeaders": {
"Authorization": "${access_token}"
},
"httpContentType": "application/json",
"successResponses": {
"statusCode": [
200,
201,
204,
205
]
}
}

6 REPLIES 6

kumarv
New Contributor III
New Contributor III

attached logs for reference.

https://graph.microsoft.com/v1.0/groups/${entitlementValue.entitlementID}/members/${account.accountI...\$ref",


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Hi Rushikesh,

I have to replace the above link in the Remove access Json, right?

Thanks and Regards,

Kumar Vadlamudi

Yes


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

I good with the Group Owner removal part.

Hi Rushikesh,

I am trying to remove the user from Azure AD group "ADE FR BU01 Users SL" using the below remove access JSON and user is not removing from Group. I have attached logs for reference. I am using the provisioning connection to handle this remove access. I have attached logs for your reference. I am getting Java Null pointer exception.

{
"name": "AADGroup",
"connection": "userAuth",
"url": "https://graph.microsoft.com/v1.0/groups/${entitlementValue.entitlementID}/members/${account.accountI...\$ref",
"httpMethod": "DELETE",
"httpHeaders": {
"Authorization": "${access_token}"
},
"httpContentType": "application/json",
"successResponses": {
"statusCode": [
200,
201,
204,
205
]
}
}

Thanks and Regards,

Kumar Vadlamudi

Use attached


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.