Skip to main content

Submit Sed Assignment Request

POST 

/suggested-entitlement-description-assignments

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 Assignment Request. Request body has an assignee, and list of SED Ids that are assigned to that assignee API responses with batchId that groups all approval requests together

Request

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Body

required

Sed Assignment Request

    assignee

    object

    Sed Assignee

    type stringrequired

    Possible values: [IDENTITY, GROUP, SOURCE_OWNER, ENTITLEMENT_OWNER]

    Type of assignment When value is PERSONA, the value MUST be SOURCE_OWNER or ENTITLEMENT_OWNER IDENTITY SED_ASSIGNEE_IDENTITY_TYPE GROUP SED_ASSIGNEE_GROUP_TYPE SOURCE_OWNER SED_ASSIGNEE_SOURCE_OWNER_TYPE ENTITLEMENT_OWNER SED_ASSIGNEE_ENTITLEMENT_OWNER_TYPE

    value string

    Identity or Group identifier Empty when using source/entitlement owner personas

    items uuid[]

    List of SED id's

Responses

Sed Assignment Response

Schema

    batchId uuid

    BatchId that groups all the ids together

Loading...