@@ -354,34 +354,36 @@ This collection contains information about relationships between users and organ
354354| ` updated_at ` | The date and time the record was last updated. |
355355| ` organization_name ` | The name of the organization associated with the user. |
356356
357- -->
358-
359357### group_memberships
360358
361- | Property | Description |
362- | --------------- | ----------------------------------------------------------------- |
363- | id | The ID of the group membership. |
364- | url | The API URL of this group. |
365- | created_at | The date and time the group was created. |
366- | group_id | The ID of the group. |
367- | updated_at | The date and time the group was last updated. |
368- | user_id | The ID of an agent. |
359+ This collection contains information about agents and their group assignments in Zendesk.
360+
361+ | Property | Description |
362+ | ------------ | -------------------------------------------------- |
363+ | ` id ` | The ID of the group membership. |
364+ | ` url ` | The API URL of the group membership. |
365+ | ` created_at ` | The date and time the membership was created. |
366+ | ` group_id ` | The ID of the group. |
367+ | ` updated_at ` | The date and time the membership was last updated. |
368+ | ` user_id ` | The ID of the agent in the membership. |
369369
370370### audit_logs
371371
372- | Property | Description |
373- | --------------- | ----------------------------------------------------------------- |
374- | id | The ID of the audit log. |
375- | url | The URL to access the audit log. |
376- | created_at | The date and time that the audit was created. |
377- | actor_id | The ID of the user creating the ticket. |
378- | source_id | The ID of the item being audited. |
379- | source_type | The item type being audited. |
380- | source_label | The name of the item being audited. |
381- | action | The action a user performed. Either “login”, “create”, “update”, or “destroy”. |
382- | change_description | The description of the change that occurred. |
383- | ip_address | The IP address of the user performing the audit. |
384- | action_label | A localized string of action field. |
372+ This collection contains records of account-level actions and configuration changes in Zendesk.
373+
374+ | Property | Description |
375+ | -------------------- | ------------------------------------------------------------------------------ |
376+ | ` id ` | The ID of the audit log. |
377+ | ` url ` | The API URL of the audit log. |
378+ | ` created_at ` | The date and time the audit record was created. |
379+ | ` actor_id ` | The ID of the user who performed the action. |
380+ | ` source_id ` | The ID of the item being audited. |
381+ | ` source_type ` | The type of item being audited. |
382+ | ` source_label ` | The name of the item being audited. |
383+ | ` action ` | The action performed. Possible values: ` login ` , ` create ` , ` update ` , ` destroy ` . |
384+ | ` change_description ` | A short description of the change that occurred. |
385+ | ` ip_address ` | The IP address of the user who performed the action. |
386+ | ` action_label ` | The localized string for the ` action ` field. |
385387
386388## Adding Destinations
387389Currently only Warehouses are supported for object-cloud sources.
0 commit comments