Skip to content

Update identify-web-user.mdx #138

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions fern/docs/pages/plug-sdk/identify-web-user.mdx
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [EkLine] reported by reviewdog 🐶

Where possible, do not structure sentences in future tense. Use present tense instead. (EK00005)

Ensure you copy your access token, as you will not be able to view it again.

Original file line number Diff line number Diff line change
Expand Up @@ -94,17 +94,17 @@ If you prefer a two-level structure, where users are directly associated with an

|Attributes |Description |Type |
|---|---|---|
|`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 |
|`display_name` |The name of the user that's shown on the widget. |string |
|`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 |
|`display_name` |The name of the workspace that's shown on the widget. |string |

**Attributes for accounts**

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

## Pass the session token

Expand Down
Loading