Submit Sed Batch Request

POST {{baseUrl}}/suggested-entitlement-description-batches

Submit Sed Batch Request. Request body has a list of entitlement Ids that user wants to have description generated by LLM. API responses with batchId that groups Ids together

Request Body

{"entitlements"=>["016629d1-1d25-463f-97f3-c6686846650", "016629d1-1d25-463f-97f3-c6686846650"]}

HEADERS

KeyDatatypeRequiredDescription
X-SailPoint-Experimentalboolean(Required) Use this header to enable this experimental API.
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"batchId":"urn:uuid:144cc699-b9db-b094-895a-813b687eabd2"}