Skip to content

Commit 5218c18

Browse files
authored
Update identify-web-user.mdx
ISS-141031
1 parent fe2c0fb commit 5218c18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fern/docs/pages/plug-sdk/identify-web-user.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,16 +95,16 @@ If you prefer a two-level structure, where users are directly associated with an
9595
|Attributes |Description |Type |
9696
|---|---|---|
9797
|`workspace_ref` |A unique reference for the user's workspace. If not provided, and an account reference is passed, the user will be directly attached to the account. |string |
98-
|`display_name` |The name of the user that's shown on the widget. |string |
98+
|`display_name` |The name of the workspace that's shown on the widget. |string |
9999

100100
**Attributes for accounts**
101101

102102
|Attributes |Description |Type |
103103
|---|---|---|
104104
|`account_ref` |A unique reference for the account. |string |
105-
|`display_name` | The name of the user that's shown on the widget. |string |
105+
|`display_name` | The name of the account that's shown on the widget. |string |
106106
|`domains` |The domain names of the accounts that the users belongs to. |array |
107-
| `phone_numbers` |The mobile number of the customer. |array |
107+
| `phone_numbers` |The phone number associated with the account. |array |
108108

109109
## Pass the session token
110110

0 commit comments

Comments
 (0)