When choosing to automatically add learners to your existing learner groups, all you need to do is make a request via our API:
Add a POST request to this URL
https://api.fleeq.io/v1/[public-key]/group/[group-key]/learner
where public can be obtained under your user id -> user keys
and the group key will be in your learners group ( on the top right )
The data that should be added in the POST request is:
Data:
{
email: [some email],
invite: [true/false],
sec-key: [private-key]
}
User email - that you would like to add to your team
invite - should we send her/him an email about their admission to fleeq (and the new group)
Sec-key - could be obtained under your user id -> user keys
Comments
0 comments
Please sign in to leave a comment.