Outseta's profile embed is a javascript embed that handles user profile management and also serves as a self-service customer billing portal. The profile embed allows authenticated users to:

  • Maintain profile information about themselves
  • Maintain information about their company / account
  • Change their password
  • Add and manage team members
  • Upgrade, downgrade, or cancel their subscription
  • Maintain payment information and view past invoices

The above information when updated automatically gets synchronized back to your Outseta account. Follow the steps below to integrate the profile embed on your website.

  1. Click AUTH > EMBEDS > PROFILE. Configure the embed to your liking using the visual builder, then INSTALL YOUR EMBED to generate your embed script.
  2. Copy and embed the profile embed <script> tag. We recommend adding this at the bottom of the <body> HTML tag. 
  3. Pass the access_token received by the Post Login URL to the profile widget's setAccessToken() method. You can also use the profile embed without the login embed by calling directly the Get Auth Token With API Keys method to retrieve the access token for a given account/user.

    OutsetaProfileWidget2

Profile widget configuration options

To further configure the profile widget, please see our Javascript Configuration Guide.