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

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 you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

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 you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

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 you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.