Configure Multiple Group Objects with REST API
Use the following request body for the REST API:
Note
For more information on SailPoint's REST APIs, refer to Best Practices: REST API Authentication and REST API - Update Source (Partial) in the SailPoint Developer Community.
Copy
{ "id": "string",
"name": "string",
"nativeObjectType": "string",
"identityAttribute": "string",
"displayAttribute": "string",
"hierarchyAttribute": "string",
"includePermissions": true,
"features": [
"string"
],
"configuration": {},
"attributes": [
{
"name": "string",
"type": "STRING",
"schema": {
"type": "ACCOUNT_CORRELATION_CONFIG",
"id": "string",
"name": "string"
},
"description": "string",
"isMultiValued": true,
"isEntitlement": true,
"isGroup": true
}
],
"created": "string (date-time)",
"modified": "string (date-time)"
}