Skip to main content

Set Lifecycle State​

This endpoint will set/update an identity's lifecycle state to the one provided and updates the corresponding Identity Profile. A token with ORG_ADMIN or API authority is required to call this API.

Path Parameters
  • identity-id string required

    The ID of the identity to update

    Example: 2c9180857893f1290178944561990364
Request Body required
  • lifecycleStateId string

    The ID of the lifecycle state to set

Responses

The request was successfully accepted into the system.


Schema
  • accountActivityId string

    The ID of the IdentityRequest object that was generated when the workflow launches

Loading...