Skip to main content

Set Lifecycle State

POST 

/identities/:identity-id/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.

Request

Path Parameters

    identity-id stringrequired

    The ID of the identity to update.

    Example: 2c9180857893f1290178944561990364

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 is generated when the workflow launches. To follow the IdentityRequest, you can provide this ID with a Get Account Activity request. The response will contain relevant information about the IdentityRequest, such as its status.

Loading...