Skip to content

Commit 202520d

Browse files
Update identify-web-user.mdx (#138)
* Update identify-web-user.mdx ISS-141031 * Update fern/docs/pages/plug-sdk/identify-web-user.mdx Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 94eca0b commit 202520d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,17 +94,17 @@ If you prefer a two-level structure, where users are directly associated with an
9494

9595
|Attributes |Description |Type |
9696
|---|---|---|
97-
|`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 |
97+
|`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 |
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)