Skip to main content

Update Tenant-wide Reassignment Configuration settings

PUT 

/reassignment-configurations/tenant-config

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

Request

Body

required
    configDetails object

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

    disabled booleannullable

    Default value: false

    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

    Default value: false

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