Create SSO Users, Adding To Group, Subscribing to Category via API

This is all possible and I did exactly this years ago.

First, since you want users to receive updates before “creating the account” go with normal users and not staged.

When a user create a new account on your current app, you will

  1. Send API request to create a new user

  2. Send API requests to add it to groups

  3. Send API request to make it watch some categories

2 Likes