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
Copy file name to clipboardExpand all lines: fern/docs/pages/sdks/web/user-identity.mdx
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ Ensure that you follow the specified format when providing your phone number.
64
64
65
65
## Pass custom attributes
66
66
67
-
To create custom attributes, see [Object customization](https://devrev.ai/docs/product/object-customization).
67
+
To create custom attributes, see [Object customization](https://developer.devrev.ai/beta/guides/object-customization).
68
68
69
69
You can pass the custom attributes that are created as shown below:
70
70
```json
@@ -88,14 +88,14 @@ If you prefer a two-level structure, where users are directly associated with an
88
88
|`display_name`|The name of the user that's shown on the widget. |string |
89
89
|`phone_numbers`|The mobile number of the customer. |array |
90
90
91
-
**Attributes for workspaces**
91
+
**Attributes for workspaces**
92
92
93
93
|Attributes |Description |Type |
94
94
|---|---|---|
95
95
|`workspace_ref`|A unique reference for the user's workspace. If not provided, and an account reference is passed, the user is directly attached to the account. |string |
96
96
|`display_name`|The name of the workspace that's shown on the widget. |string |
97
97
98
-
**Attributes for accounts**
98
+
**Attributes for accounts**
99
99
100
100
|Attributes |Description |Type |
101
101
|---|---|---|
@@ -104,7 +104,7 @@ If you prefer a two-level structure, where users are directly associated with an
104
104
|`domains`|The domain names of the accounts that the users belongs to. |array |
105
105
|`phone_numbers`|The phone number associated with the account. |array |
106
106
107
-
## Pass the session token
107
+
## Pass the session token
108
108
109
109
While initializing the PLuG widget you pass the session token for DevRev to identify this user and thereby make the widget more customized for the user and their context.
0 commit comments