Skip to main content

Access app deleted

The event is created when an access app is deleted for an existing user.

ParameterTypeDescription
namestringuser.access_app.deleted
descriptionstringAccess app deleted
accessApp.idstringThe ID of the access app
accessApp.namestringThe name of the access app
accessApp.stateNamestringThe state of the access app
accessApp.typestringThe mobile platform of access app
accessApp.userIdstringThe ID of the user to whom the access app belongs to
accessApp.createdstringThe date of the access app creation
accessApp.lastModifiedstringThe date of the last access app modification
user.idstringThe ID of the user
user.loginIdstringThe login ID of the user
user.firstNamestringThe first name of the user
user.lastNamestringThe last name of the user
user.statestringThe state of the user
user.languageCodestringThe language of the user
user.propertiesobjectThe custom properties the user

Example event

{
"actor": {
"loginId": "[email protected]",
"userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36",
"id": "78f89c75-8223-4546-a8ac-0ff9f233c6ee",
"type": "admin"
},
"eventId": "5d3590b5-dacd-11ed-aecf-000d3aabae20",
"accessApp": {
"stateName": "active",
"name": "samsung SM-G991B Apr 14, 2023 2:02:31 PM",
"id": "1006578a-6fb3-474f-81bb-a4dc87249602",
"created": "2023-04-14T14:02:31.0000000Z",
"lastModified": "2023-04-14T14:04:25.0000000Z",
"type": "android",
"userId": "64bfc38f-f17f-4da9-90bc-5b9d8e46aaac"
},
"name": "user.access_app.deleted",
"description": "Access app deleted",
"user": {
"firstName": "Abigail",
"lastName": "Mackay",
"loginId": "[email protected]",
"id": "c3fe8690-46ab-427a-aeb4-91a506f903a9"
},
"timestamp": "2023-04-14T14:04:53.719Z",
"status": "succeeded"
}