Skip to main content

Submit Sed Assignment Request

POST 

/suggested-entitlement-description-assignments

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

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...