Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Inquiry on Rest Import method of specific Json

HenryMK
New Contributor III
New Contributor III

 

Is it possible to import the following Json from Rest connector?

{ 
 "username1": { "username": "username1", "roles": [ "role1" ], "full_name": "aa", "email": "aa@test.com", "enabled": true }, 
  "username2": { "username": "username2", "roles": [ "role2" ], "full_name": "bb", "email": "bb@test.com", "enabled": true }, 
  "username3": { "username": "username3", "roles": [ "role3" ], "full_name": "cc", "email": "cc@test.com", "enabled": true }, 
... 
}

 Please guide me on how to set it up.

        "listField": "",
        "keyField": "accountID",
        "colsToPropsMap": {
          "accountID": "username~#~char",
          "name": "userName~#~char",
          "displayName": "full_name~#~char",
          "status": "enabled~#~char",
          "customproperty10": "email~#~char",
          "customproperty11": "roles~#~char"
        },
        "statusConfig": {
          "active": "true",
          "inactive": "false"
        }

 

4 REPLIES 4

DixshantValecha
Saviynt Employee
Saviynt Employee

Hi @HenryMK,

We are checking on your request and we will keep you posted.

DixshantValecha
Saviynt Employee
Saviynt Employee

Hi @HenryMK,

Kindly provide us more details regarding your usecase

HenryMK
New Contributor III
New Contributor III

We are making additional inquiries through tickets.

https://saviyntsupport.saviynt.com/support/tickets/2023795

Dave
Community Manager
Community Manager

@HenryMK - After you find out the answer to your original question, come back and share the information here so everyone can know the answer. 

Cheers,
Dave