Skip to main content

Submit Sed Batch Request

POST 

/suggested-entitlement-description-batches

experimental

This API is currently in an experimental state. The API is subject to change based on feedback and further testing. You must include the X-SailPoint-Experimental header and set it to true to use this endpoint.

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

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Body

Sed Batch Request

    entitlements string[]

    list of entitlement ids

Responses

Sed Batch Response

Schema

    batchId uuid

    BatchId that groups all the ids together

Loading...