Skip to main content

Enable IDN Accounts for Identities

POST 

/identities-accounts/enable

This API submits tasks to enable 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...