Skip to content

Instantly share code, notes, and snippets.

@MintyRoma
Created July 16, 2025 21:19
Show Gist options
  • Select an option

  • Save MintyRoma/b84ad892ba1f5454eeba0d6def0809ac to your computer and use it in GitHub Desktop.

Select an option

Save MintyRoma/b84ad892ba1f5454eeba0d6def0809ac to your computer and use it in GitHub Desktop.
Outline users.create event model
{
'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