Group DeletedWebhook

Receive a notification when a Security Group is deleted in Tenovos.

SecurityOAuth2
Request
Request Body schema: application/json

Information about a Group when it is deleted. Deleting a group from Tenovos will remove it from all assigned users.

eventType
string

Combination of the Topic and the Event

object (event)

Object containing event information and the user who triggered the event.

object (group)

Object containing the unique identifier and name of the group.

Responses
200

Return a 200 status to Tenovos to indicate that the data was received successfully

Request samples
application/json
{
  • "eventType": "security.group.deleted",
  • "event": {
    },
  • "group": {
    }
}