Automated Participant Creation #3430
Unanswered
alanhughes
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All
We've started using the GCP MyStudies platform recently, and are interested in automating the workflow for onboarding participants. However, I'm running into XSRF issues when trying to implement this. Can you recommend a way that we could create users automatically from our application through REST API calls? We have a login flows implemented that can generate access tokens using both client/secret pair and user/password, but for POST requests to the
/participant-manager-datastore/sites/<site-id>/participants
endpoint, we're still seeing 403s every time.Many thanks
Alan
Beta Was this translation helpful? Give feedback.
All reactions