How to share user profiles with an app in a room or a custom networking area?

Modified on Thu, 21 Dec, 2023 at 11:22 AM

If you want to share the user profile with one of your apps, you can do that by using some placeholders in the app url itself. These placeholders will be replaced by the respective user information when embedding the app.


The available placeholders are:

  • __FIRST_NAME__ - User's first name.
  • __LAST_NAME__ - User's last name.
  • __UID__ - Unique if for that user. This is not the real uid of the user and not the same user ID that is shown on the exports of the dashboard due to privacy of the users.
  • __IS_HOST__ - if the user is host of the event, this will have the value 1 and 0 otherwise


Here are a couple of examples of urls that can be added in the app:


https://example.com/event1?name=__FIRST_NAME__%20__LAST_NAME__&id=__UID__&isModerator=__IS_HOST__


https://example.com/event1?username=__FIRST_NAME__%20__LAST_NAME__


You may need to reach out to the support team of the app in question so they can inform you if it's possible to customize the link so the name is pre-filled. If so they should provide you with a link example to which you can then apply the event placeholders.


Please note that you, as the organizer, are responsible to inform your attendees that their personal information will be shared with third-party applications


You can also apply placeholders to a custom networking area.


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article