API endpoint to add member

Hi,

I’m looking for a documentation page about adding a member through the Admin API of Ghost.

To give more context, I have a web application that uses Auth0 to authenticate users. When a user signs in, Auth0 notifies my lambda function about a new user. From my lambda, I’d like to add this user to my Ghost instance so he can receive my newsletter. My Ghost instance is hosted by Ghost.

Would it be possible to know, with an example even, the docs to add a member to my Ghost instance?

Thank you,

Louis-Philippe

Since the members API isn’t documented yet, you can see how the “add member” logic works in Ghost Admin and duplicate it :slightly_smiling_face: