Skip to content

Commit 5e4bce7

Browse files
Update fern/docs/pages/plug-sdk/web/user-identity.mdx
Co-authored-by: Ben Colborn <[email protected]>
1 parent cea6183 commit 5e4bce7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ curl --location 'https://api.devrev.ai/auth-tokens.create' \
6060

6161
| Attributes | Description | Type | Required | Unique |
6262
|---------------|-----------------------------------------------------------------------------|--------|----------|--------|
63-
| user_ref | A unique user reference that the DevRev app uses for identifying your users. This parameter is required. | string |||
64-
| email | The email address of the customer. It's used for sending email notifications of any support messages. | string ||** |
65-
| display_name | The name of the user that's shown on the widget. | string |* ||
66-
| phone_numbers | The customer's mobile number, which must adhere to the E.164 format. | array |||
63+
| `user_ref` | A unique user reference that the DevRev app uses for identifying your users. This parameter is required. | string |||
64+
| `email` | The email address of the customer. It's used for sending email notifications of any support messages. | string ||** |
65+
| `display_name` | The name of the user that's shown on the widget. | string |* ||
66+
| `phone_numbers` | The customer's mobile number, which must adhere to the E.164 format. | array |||
6767

6868
* If nothing is specified, a system-generated name is assigned to the user.
6969

0 commit comments

Comments
 (0)