Skip to main content

Create a Reassignment Configuration​

Creates a new Reassignment Configuration for the specified identity.

Request Body required
  • reassignedFromId string

    The identity id to reassign an item from

  • reassignedToId string

    The identity id to reassign an item to

  • configType string

    Possible values: [ACCESS_REQUESTS, CERTIFICATIONS, MANUAL_TASKS]

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

  • startDate date-time

    The date from which to start reassigning work items

  • endDate date-time

    The date from which to stop reassigning work items. If this is an null string it indicates a permanent reassignment.

Responses

The newly created Reassignment Configuration object


Schema
  • identity object

    The definition of an Identity according to the Reassignment Configuration service

  • id string

    The ID of the object

  • name string

    Human-readable display name of the object

  • configDetails object[]

    Details of how work should be reassigned for an Identity

  • configType string

    Possible values: [ACCESS_REQUESTS, CERTIFICATIONS, MANUAL_TASKS]

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

  • targetIdentity object

    The definition of an Identity according to the Reassignment Configuration service

  • id string

    The ID of the object

  • name string

    Human-readable display name of the object

  • startDate date-time

    The date from which to start reassigning work items

  • endDate date-time

    The date from which to stop reassigning work items. If this is an empty string it indicates a permanent reassignment.

  • auditDetails object

    Audit details for the reassignment configuration of an identity

  • created date-time

    Initial date and time when the record was created

  • createdBy object

    The definition of an Identity according to the Reassignment Configuration service

  • id string

    The ID of the object

  • name string

    Human-readable display name of the object

  • modified date-time

    Last modified date and time for the record

  • modifiedBy object

    The definition of an Identity according to the Reassignment Configuration service

  • id string

    The ID of the object

  • name string

    Human-readable display name of the object

Loading...