Skip to main content

Enable IDN Accounts for Identities

POST 

/identities-accounts/enable

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.

This API submits tasks to enable IDN account for each identity provided in the request body.

Request

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Body

required

    identityIds string[]

    The ids of the identities for which enable/disable accounts.

Responses

Bulk response details.

Schema

  • Array [

  • id string

    Identifier of bulk request item.

    statusCode int32

    Response status value.

    message string

    Status containing additional context information about failures.

  • ]

Loading...