Hi All,
Quick question which I’m hoping you can answer. If I was to use a NetIQ REST driver to allow other teams to create groups into our vault, do we have any control over the response returned?
I can create a group without any issue, but the standard response is;
HTTP/1.1 201 Created Date: Thu, 29 Aug 2019 00:52:29 GMT Content-Type: application/json Transfer-Encoding: chunked
Is it possible somehow to extend that to respond with the status above, but also;
{ "group": { "CN": "GroupCreated", "Owner": "GroupOwner", "OtherStuff": "You get the picture...." } }
?