You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 'role1 us a reserved trait in Zendesk. As a result, you can't pass data into that field. To get role-related data into Zendesk, map it as a separate field, for example `user_role`.
52
+
64
53
By default, Users in Zendesk have many standard attributes associated with a single User record. Segment, at this time, is mapping to a subset of these. If you attempt to send data to a Zendesk attribute that are not yet mapped, it will create a custom field for this (it will not update the existing attribute).
65
54
66
55
Here are the Zendesk User Attributes Segment maps to and their syntax.
@@ -75,7 +64,8 @@ Here are the Zendesk User Attributes Segment maps to and their syntax.
75
64
| userId | user_id |
76
65
| userId | external_id |
77
66
78
-
**Note on Name:** If `name` is provided, Segment will parse `firstName` and `lastName` from this, or you can send `firstName` and `lastName`separately and they will be concatenated to `name`.
67
+
> info "About the Name field"
68
+
> If `name` is provided, Segment parses `firstName` and `lastName` from this, or you can send `firstName` and `lastName` separately and Zendesk concatenates them to `name`.
79
69
80
70
### Removing Users from a Zendesk Organization Membership on Segment Identify
81
71
@@ -101,7 +91,7 @@ Here's an example:
101
91
```
102
92
103
93
> note ""
104
-
> **Note**: When a request is made, Zendesk schedules a job to unassign all working tickets currently assigned to the user and organization combination. The `organization_id` of the unassigned tickets is set to `null`.
94
+
> **Note**: When a request is made, Zendesk schedules a job to un-assign all working tickets currently assigned to the user and organization combination. The `organization_id` of the unassigned tickets is set to `null`.
0 commit comments