Skip to main content

Create a Reassignment Configuration

POST 

https://sailpoint.api.identitynow.com/v2024/reassignment-configurations

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.

Creates a new Reassignment Configuration for the specified identity.

Request

Header Parameters

    X-SailPoint-Experimental stringrequired

    Use this header to enable this experimental API.

    Default value: true
    Example: true

Bodyrequired

    reassignedFromIdstring

    The identity id to reassign an item from

    Example: 2c91808781a71ddb0181b9090b5c504e
    reassignedToIdstring

    The identity id to reassign an item to

    Example: 2c91808781a71ddb0181b9090b53504a
    configTypestring

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

    Possible values: [ACCESS_REQUESTS, CERTIFICATIONS, MANUAL_TASKS]

    Example: ACCESS_REQUESTS
    startDatedate-time

    The date from which to start reassigning work items

    Example: 2022-07-21T11:13:12.345Z
    endDatedate-timenullable

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

    Example: 2022-07-30T17:00:00.000Z

Responses

The newly created Reassignment Configuration object

Schema
    identity object

    The definition of an Identity according to the Reassignment Configuration service

    idstring

    The ID of the object

    Example: 2c91808380aa05580180aaaaf1940410
    namestring

    Human-readable display name of the object

    Example: William Wilson
    configDetails object[]

    Details of how work should be reassigned for an Identity

  • Array [
  • configTypestring

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

    Possible values: [ACCESS_REQUESTS, CERTIFICATIONS, MANUAL_TASKS]

    Example: ACCESS_REQUESTS
    targetIdentity object

    The definition of an Identity according to the Reassignment Configuration service

    idstring

    The ID of the object

    Example: 2c91808380aa05580180aaaaf1940410
    namestring

    Human-readable display name of the object

    Example: William Wilson
    startDatedate-time

    The date from which to start reassigning work items

    Example: 2022-07-21T11:13:12.345Z
    endDatedate-time

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

    Example: 0001-01-01T00:00:00Z
    auditDetails object

    Audit details for the reassignment configuration of an identity

    createddate-time

    Initial date and time when the record was created

    Example: 2022-07-21T11:13:12.345Z
    createdBy object

    The definition of an Identity according to the Reassignment Configuration service

    idstring

    The ID of the object

    Example: 2c91808380aa05580180aaaaf1940410
    namestring

    Human-readable display name of the object

    Example: William Wilson
    modifieddate-time

    Last modified date and time for the record

    Example: 2022-07-21T11:13:12.345Z
    modifiedBy object

    The definition of an Identity according to the Reassignment Configuration service

    idstring

    The ID of the object

    Example: 2c91808380aa05580180aaaaf1940410
    namestring

    Human-readable display name of the object

    Example: William Wilson
  • ]

Authorization: oauth2

type: Personal Access Token
scopes: idn:reassignment-configuration:create

Request Collapse all
Base URL
https://sailpoint.api.identitynow.com/v2024
Auth
Parameters
— headerrequired
Body required
{
  "reassignedFromId": "2c91808781a71ddb0181b9090b5c504e",
  "reassignedToId": "2c91808781a71ddb0181b9090b53504a",
  "configType": "ACCESS_REQUESTS",
  "startDate": "2022-07-21T11:13:12.345Z",
  "endDate": "2022-07-30T17:00:00.000Z"
}
ResponseClear

Click the Send API Request button above and see the response here!