Created
July 16, 2025 21:19
-
-
Save MintyRoma/b84ad892ba1f5454eeba0d6def0809ac to your computer and use it in GitHub Desktop.
Outline users.create event model
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| 'id': '4d78251c-d622-42b9-82aa-117ff69f4b0b', | |
| 'actorId': 'f692dbac-4c5b-469f-bad1-abf7dd50ab7c', | |
| 'webhookSubscriptionId': '0411a95d-0c28-486c-bc94-f6f10e33ce37', | |
| 'createdAt': '2025-07-16T20:54:49.699Z', | |
| 'event': 'users.create', | |
| 'payload': | |
| { | |
| 'id': 'f692dbac-4c5b-469f-bad1-abf7dd50ab7c', | |
| 'model': | |
| { | |
| 'id': 'f692dbac-4c5b-469f-bad1-abf7dd50ab7c', | |
| 'name': 'Test Test', | |
| 'avatarUrl': None, | |
| 'color': '#0300cc', | |
| 'role': 'member', | |
| 'isSuspended': False, | |
| 'createdAt': '2025-07-16T20:54:49.460Z', | |
| 'updatedAt': '2025-07-16T20:54:49.500Z', | |
| 'deletedAt': None, | |
| 'lastActiveAt': '2025-07-16T20:54:49.500Z', | |
| 'timezone': None | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment