I'm trying to download idcs group export using api
my expected outcome is to get same as how we get when we run job directly in idcs and download file it consists of group name,group description,user members
but when im running through api im getting group name,created date,description
below is my body
{
"schemas": [
"urn:ietf:params:scim:schemas:oracle:idcs:JobSchedule"
],
"jobType": "GroupExport",
"runNow": true,
"parameters": [
{ "name": "exportFormat", "value": "CSV" }
,
{ "name": "attributes", "value": "name,description,user members" }
]
}
is any parameters need to change or anything to be corrected please suggest to get (group name,description,user members)