Skip to main content

Update Reassignment Configuration

PUT 

/reassignment-configurations/:identityId

Replaces existing Reassignment configuration for an identity with the newly provided configuration.

Request

Path Parameters

    identityId stringrequired

    unique identity id

    Example: 2c91808781a71ddb0181b9090b5c504e

Body

required
    reassignedFromId string

    The identity id to reassign an item from

    reassignedToId string

    The identity id to reassign an item to

    configType ConfigTypeEnum

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

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

Responses

Reassignment Configuration updated

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

  • Array [
  • configType ConfigTypeEnum

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