Get Lifecycle State
GET {{baseUrl}}/identity-profiles/:identity-profile-id/lifecycle-states/:lifecycle-state-id
Use this endpoint to get a lifecycle state by its ID and its associated identity profile ID.
A token with ORG_ADMIN or API authority is required to call this API.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"id":"2c9180835d2e5168015d32f890ca1581","name":"Lifecycle Name","technicalName":"lifecycleTechnicalName","description":"LifecycleDescription","created":"2015-05-28T14:07:17.000Z","modified":"2015-05-28T14:07:17.000Z","enabled":true,"identityCount":12,"emailNotificationOption":{"notifyManagers":true,"notifyAllAdmins":true,"notifySpecificUsers":true,"emailAddressList":["test@test.com","test2@test.com"]},"accountActions":[{"action":"ENABLE","sourceIds":["2c918084660f45d6016617daa9210584","2c918084660f45d6016617daa9210500"]},{"action":"ENABLE","sourceIds":["2c918084660f45d6016617daa9210584","2c918084660f45d6016617daa9210500"]}],"accessProfileIds":["2c918084660f45d6016617daa9210584","2c918084660f45d6016617daa9210500"]}