Skip to content

Update identify-web-user.mdx #188

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

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions fern/docs/pages/plug-sdk/identify-web-user.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ If you prefer a two-level structure, where users are directly associated with an
|`user_ref` |A unique user reference that the DevRev app uses for identifying your users. This parameter is required. |string |
|`email` |The email address of the customer. It's used for sending email notifications of any support messages. |string |
|`display_name` |The name of the user that's shown on the widget. |string |
|`phone_numbers` |The mobile number of the customer. |array |
|`phone_numbers` |The customer's mobile number, which must adhere to the E.164 format. |array |

**Attributes for workspaces**

Expand All @@ -102,7 +102,7 @@ If you prefer a two-level structure, where users are directly associated with an
|`account_ref` |A unique reference for the account. |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 phone number associated with the account. |array |
|`phone_numbers` |The phone number associated with the account must be in E.164 format. |array |
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
|`phone_numbers` |The phone number associated with the account must be in E.164 format. |array |
|`phone_numbers` |The phone number associated with the account in E.164 format. |array |


## Pass the session token

Expand Down
Loading