Hey all, to better integrate growthbook in our wor...
# ask-questions
m
Hey all, to better integrate growthbook in our workflow I'd like to create new members (and delete them) through the API from Growthbook. However, I don't see any endpoints in Growthbook's API documentation, and it looks like the
putMember
endpoint is really only to patch a currently logged in user: https://github.com/growthbook/growthbook/blob/main/packages/back-end/src/routers/organizations/organizations.controller.ts#L389
I ended up just using non-documented endpoints such as
/auth/register
and
/organizations/member
🙏 1