Skip to main content

List Reassignment Config Types

GET 

/reassignment-configurations/types

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.

Gets a collection of types which are available in the Reassignment Configuration UI.

Request

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Responses

List of Reassignment Configuration Types

Schema

  • Array [

  • priority integer
    internalName ConfigTypeEnumCamel (string)

    Possible values: [accessRequests, certifications, manualTasks]

    Enum list of valid work types that can be selected for a Reassignment Configuration

    internalNameCamel ConfigTypeEnum (string)

    Possible values: [ACCESS_REQUESTS, CERTIFICATIONS, MANUAL_TASKS]

    Enum list of valid work types that can be selected for a Reassignment Configuration

    displayName string

    Human readable display name of the type to be shown on UI

    description string

    Description of the type of work to be reassigned, displayed by the UI.

  • ]

Loading...