mirror of
https://github.com/jamf/Setup-Manager.git
synced 2026-02-03 14:13:24 +00:00
FR: Pass enrollment user info in webhook #45
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Uggbert on GitHub.
Hi
Would it please be possible to capture and pass the following info in the webhook:
Send the below during onstart webhook
The device and location would need an additional key to cause the webhook to wait and line up with 'wait for user entry'
with the default action being false for those who dont want to wait for any reason.
@Uggbert commented on GitHub:
https://github.com/jamf/Setup-Manager/issues/143
Done
@scriptingosx commented on GitHub:
I agree that the customized enrollment user ID needs to be added to both the started and finished web hook
The user entry data (including device name, Building and Room) is already part of the finished web hook. However, I do not like the idea of deferring the started web hook to after user entry. What I think would be a better solution is to have an additional web hook during
waitForUserEntrywhen that action is present?@Uggbert commented on GitHub:
Ah yes an additional webook that fires after user input is a good idea!
On Mon, 18 Aug 2025, 08:18 Armin Briegel, @.***> wrote:
@scriptingosx commented on GitHub:
can you split this out into separate issue? (I could do it, but you create it, you will get notifications when I update it)
@scriptingosx commented on GitHub:
enrollmentUserIDis part of the webhook data in v1.4beta