Wednesday, February 7, 2024

Payload Configuration in IIQ

Payload :

{

"empID": "12345",

"firstName": "ABC",

"lastName": "XYZ",

"email": "abc@gmail.com"

"roles":[

{

"roleID": "123",

"roleName":""MighytRole

}

],

region:"Asia"

}

Aggregation:

Left-side fields should be exactly matched with schema fields.

Right-side fields should be exactly matched with payload or application fields.

Create / Update Account:

Left-side fields should be exactly matched with payload fields.

Right-side fields should be exactly matched with provisioning policy fields

Methods:

Create Account: POST

Update Account: PUT

Disable Account: PUT

Enable Account: GET

Delete Account: DELETE

Get Account: GET

No comments:

Post a Comment

Fetch Members from Workgroup

  import java.util.ArrayList;   import java.util.Iterator;   import java.util.List;   import sailpoint.api.ObjectUtil;   import sailpoint.ob...