Skip to main content

Machine Identity Updated

Event Context

Flow

This event trigger fires when a machine identity is updated in Identity Security Cloud.

Machine identities can be updated via the UI, endpoint, or aggregations.

You could use this event trigger to fire a Workflow that notifies machine identity owners when a machine identity's owner list changes.

For more information about the scenarios that lead to machine identity updates, refer

Customers that have licensed Machine Identity Security or Agent Identity Security will receive this event trigger.

This is an example input from this trigger:

{
"eventType": "MACHINE_IDENTITY_UPDATED",
"machineIdentity": {
"id": "8cd6c945-0057-4a6e-ad65-9cbf3b3c71b6",
"name": "test",
"created": "2025-08-08T12:42:21.491666Z",
"modified": "2025-09-01T06:36:54.401476Z",
"businessApplication": "MyBusinessApplication2",
"description": "test description event",
"attributes": {
"status": "Inactive",
"botUserId": "005KV00000BLoMCYA1",
"createdAt": "2025-09-01T10:23:23.000+0000",
"createdById": "0053k00000Am6MQAAZ",
"systemModstamp": "2025-09-18T09:34:40.000+0000",
"apiFriendlyName": "Agentforce_Service_Agent_90"
},
"subtype": "AI Agent",
"owners": [
{
"type": "IDENTITY",
"id": "84d8c1b819144608b8b8bc3b84ddbb7b",
"name": "Jerrie admin3cf084",
"isPrimary": true
},
{
"type": "IDENTITY",
"id": "b6c1506f7eaa48dbbe6bffab65aacb9e",
"name": "Lorilee srcadm9d33",
"isPrimary": false
}
],
"sourceId": "c0201251a6ce4d268aba536cdd60a7f2",
"uuid": "f5dd23fe-3414-42b7-bb1c-869400ad7a10",
"nativeIdentity": "abc:123:dddd1",
"manuallyEdited": true,
"manuallyCreated": true,
"datasetId": "agentforce:agents",
"source": {
"type": "SOURCE",
"id": "c0201251a6ce4d268aba536cdd60a7f2",
"name": "IdentityNow"
},
"userEntitlements": [
{
"entitlementId": "2509f650c20a3ab5956be70f6f136fbc",
"displayName": "CN=Engineering-test-org3,OU=megapod-useast1-test-org3,OU=org-data-service,DC=TestAutomationAD,DC=local",
"source": {
"type": "SOURCE",
"id": "7443d0ffb1304bbcbdf4c07b5c09d4f2",
"name": "ODS-AD-Source"
}
}
],
"existsOnSource": "NOT_APPLICABLE"
},
"machineIdentityChangeTypes": [
"ATTRIBUTES_CHANGED",
"USER_ENTITLEMENTS_ADDED",
"USER_ENTITLEMENTS_REMOVED",
"OWNERS_ADDED",
"OWNERS_REMOVED"
],
"userEntitlementChanges": {
"attributeName": "userEntitlements",
"added": [
{
"entitlementId": "2509f650c20a3ab5956be70f6f136fbc",
"displayName": "CN=Engineering-test-org3,OU=megapod-useast1-test-org3,OU=org-data-service,DC=TestAutomationAD,DC=local",
"source": {
"type": "SOURCE",
"id": "7443d0ffb1304bbcbdf4c07b5c09d4f2",
"name": "ODS-AD-Source"
}
}
],
"removed": [
{
"sourceId": "c0201251a6ce4d268aba536cdd60a7f2",
"entitlementId": "22c17d66217133369e0dedd93989d7b5",
"displayName": "Config Hub Read Only",
"source": {
"type": "SOURCE",
"id": "c0201251a6ce4d268aba536cdd60a7f2",
"name": "IdentityNow"
}
}
]
},
"ownerChanges": {
"attributeName": "owners",
"added": [
{
"type": "IDENTITY",
"id": "b6c1506f7eaa48dbbe6bffab65aacb9e",
"name": "Lorilee srcadm9d33",
"isPrimary": false
}
],
"removed": []
},
"singleValueAttributeChanges": [
{
"name": "description",
"oldValue": "Old description",
"newValue": "test description event"
}
]
}