Set Manual lifecycle API

Hello,

I would like to know if there is an API in ISC to manually update the cloudLifecycleState of an identity, similarly to what we can do from the UI when clicking on the “Set Lifecycle State” button.

In the UI, after doing this manually, we can see (manually) displayed next to the lifecycle state.

Is there an API endpoint that performs the same action and marks the lifecycle state as manually set as well?

Thanks in advance,

Hi @torry_salamat

Yes, this endpoint below does the trick for that.

hi @torry_salamat ,
yes, Below is the api to set the life cycle state in IdentityNow.

In the request body, you have to pass the life cycle state id.
If you have connected to your tenant in VScode, go to identity profile, expand it and click on the lifecycle state, there you can find the id, this id should be passed in the request body of above api.

Thank you.

Many thanks it worked :slight_smile:

Thank you also Satish