Skip to content

Commit eacb227

Browse files
Update to include screen shots
1 parent 806bb8d commit eacb227

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/content/docs/build/set-up-options/self-serve-portal-for-users.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ A self-serve portal means your customers can make basic account changes without
3838
## Configure the user self-serve portal
3939

4040
1. Go to **Settings > Environment > Self-serve portal**.
41+
![Settings for self-serve portal set up in Kinde](https://imagedelivery.net/skPPZTHzSlcslvHjesZQcQ/81169031-611b-402a-20f7-47c84f53b600/public)
4142
2. Enter the **Return URL** that you want users to land on when they exit the portal, e.g. your app dashboard. This can also be used as a fallback URL if you decide to use the SDK method of dynamically generting the URL (see below).
4243
3. In the **User profile** section, select the functions you want the user to be able to manage. If you select **Billing**, they can manage their plan as well as payment methods.
44+
![Self-serve portal settings for users](https://imagedelivery.net/skPPZTHzSlcslvHjesZQcQ/f821e9c5-497d-41f0-b373-2755320d1c00/public)
4345
4. Select **Save**.
4446

4547
## Generate the self-serve portal link
@@ -98,3 +100,9 @@ Make a request to the `POST /api/v1/portal/generate_url` endpoint using an M2M t
98100
```
99101

100102
This will return a one-time portal link for the specified user.
103+
104+
## How the self-serve portal looks
105+
106+
You are able to do your own styling of the self-serve portal. For example, displaying options in a menu, or as buttons on your site, etc. Here's an example of what your a user's self-serve portal looks like in Kinde.
107+
108+
![Self-serve portal in Kinde](https://imagedelivery.net/skPPZTHzSlcslvHjesZQcQ/41a1a793-f1c8-4760-cfcd-ffbd1765d300/public)

0 commit comments

Comments
 (0)