Skip to main content

Update Tenant-wide Reassignment Configuration settings

PUT 

/reassignment-configurations/tenant-config

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.

Replaces existing Tenant-wide Reassignment Configuration settings with the newly provided settings.

Request

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Body

required

    configDetails

    object

    Details of any tenant-wide Reassignment Configurations (eg. enabled/disabled)

    disabled booleannullable

    Flag to determine if Reassignment Configuration is enabled or disabled for a tenant. When this flag is set to true, Reassignment Configuration is disabled.

Responses

Tenant-wide Reassignment Configuration settings

Schema

    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

    configDetails

    object

    Details of any tenant-wide Reassignment Configurations (eg. enabled/disabled)

    disabled booleannullable

    Flag to determine if Reassignment Configuration is enabled or disabled for a tenant. When this flag is set to true, Reassignment Configuration is disabled.

Loading...