Want to test out the beta version of the new Enrollment dashboard?

As of 2.38.1, you can now test out the new functionalities of the Enrollment features in the Capture app.

In addition to allowing all users in a program to use these new features by clicking the “Opt in” button, you could also opt-in on a per-user-basis. You can see the steps for enabling these beta features on a per-user-basis down below.

Steps for opting in:

  1. Post a payload to the userDataStore-endpoint
POST /api/userDataStore
  1. The payload should contain the ids of the program that you want to opt-in for
    Example payload:
{
    "IpHINAT79UW": true,
}
  1. Clear your cache and open up the Capture app
4 Likes