Skip to content

Commit b607807

Browse files
Merge pull request #439 from Krish0369/patch-1
Minor copy change to clarify webhook behaviour
2 parents aadfccd + 52fa2e7 commit b607807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/authenticate/enterprise-connections/mapping-users-enterprise.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Webhooks are a method of being notified when an event occurs in Kinde, e.g. a us
7575
Here’s some examples of webhook events that can be used to keep your users in sync:
7676

7777
- `user.created` - when a user is created in Kinde either via the admin UI or registering
78-
- `user.updated` - when a user is added to an organization, their roles or permissions change, or when their assigned properties change
78+
- `user.updated` - when a user is added to an organization, or their roles or permissions change
7979
- `user.deleted` - when a user is deleted via the UI or via the API
8080

8181
Here’s an example json schema for user.updated that could be used to sync your data:

0 commit comments

Comments
 (0)