Skip to Main Content

Identity & Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

What are the right parameters to get group name,description,user member from group export through api?

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)

Comments
Post Details
Added on Oct 17 2024
0 comments
176 views