Skip to main content

Disable IDN Accounts for Identities

POST 

/identities-accounts/disable

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

Request

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