Skip to content

Commit c8ed8ca

Browse files
committed
Point to customization API docs from identity SDK docs
1 parent bafd5f8 commit c8ed8ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fern/docs/pages/sdks/web/user-identity.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Ensure that you follow the specified format when providing your phone number.
6464

6565
## Pass custom attributes
6666

67-
To create custom attributes, see [Object customization](https://devrev.ai/docs/product/object-customization).
67+
To create custom attributes, see [Object customization](https://developer.devrev.ai/beta/guides/object-customization).
6868

6969
You can pass the custom attributes that are created as shown below:
7070
```json
@@ -88,14 +88,14 @@ If you prefer a two-level structure, where users are directly associated with an
8888
|`display_name` |The name of the user that's shown on the widget. |string |
8989
|`phone_numbers` |The mobile number of the customer. |array |
9090

91-
**Attributes for workspaces**
91+
**Attributes for workspaces**
9292

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

98-
**Attributes for accounts**
98+
**Attributes for accounts**
9999

100100
|Attributes |Description |Type |
101101
|---|---|---|
@@ -104,7 +104,7 @@ If you prefer a two-level structure, where users are directly associated with an
104104
|`domains` |The domain names of the accounts that the users belongs to. |array |
105105
| `phone_numbers` |The phone number associated with the account. |array |
106106

107-
## Pass the session token
107+
## Pass the session token
108108

109109
While initializing the PLuG widget you pass the session token for DevRev to identify this user and thereby make the widget more customized for the user and their context.
110110

0 commit comments

Comments
 (0)