Skip to main content
Version: Insiders

Provisioning

These webhooks are triggered when a resource is created. Configuration options in templates or provisioning actions allow you to customize notifications according to your specific needs.

HTTP Request

POST YourApiUrl
Content-Type: application/json

The payload content varies depending on the specific resource being provisioned.

This payload is sent to the webhook when a Team was created.

{
"eventType": "groupcreated",
"user": {
"id": "d3c2ced5-6470-4be6-b655-9dd740be7135",
"userType": "Member",
"userPrincipalName": "pla@nuborocks.onmicrosoft.com",
"givenName": "Patrick",
"displayName": "Patrick Lamber",
"department": "DEV",
"createdDateTime": "2023-02-06T06:43:27+00:00",
"companyName": "NUBO",
"businessPhones": [],
"accountEnabled": true,
"mail": "pla@easymenu365.cloud",
"surname": "Lamber",
"preferredLanguage": "en-US",
"officeLocation": "SOUTH",
"onPremisesExtensionAttributes": {}
},
"group": {
"id": "3d7b56b2-30e8-457c-8ddb-0312f73d1362",
"displayName": "Learning Team",
"mailNickname": "learningteam",
"createdDateTime": "2023-11-10T15:22:11+00:00",
"metadata": {
"tId": "2fd0dba8-d2fe-4b51-866b-622d7fa3c22b",
"additionalData": {
"tId": "2fd0dba8-d2fe-4b51-866b-622d7fa3c22b"
}
}
},
"tenantId": "1840b34e-6fe7-4a56-9ad3-0b7b58c49dc7"
}

Response

A status 200 OK is expected with no body.