Unable to get the Change Roles list with Deluge
Hi I'm unable to get the list of Roles with deluge.
I can easily do it in Powershell but I would preffer Deluge.
this is the code I'm trying:
- changeID = "888"
- url = "https://customdomain.com/api/v3/changes/" +changeID ;
- headers = {"authtoken":"xxxxxxxxxxxxxxxxxxxxxx"};
- getChangeRoles = invokeurl
- [
- url: url
- type: GET
- headers: headers
- ];
- roles_data = getChangeRoles.get("change").get("roles")
- info roles_data;
- return null;
New to ADSelfService Plus?