Create a member
Create a new member. If a password is provided, the member is created with that password. Otherwise the member is created with a random password and a password-reset email is sent to the member.
Authorizations
Pass your API key as: Authorization: Bearer <API KEY>.
Body
"John Doe"
"john@doe.com"
Optional. If omitted, a random password is set and a reset email is sent. Ignored on update.
"my-password"
A billing or shipping address.
A billing or shipping address.
Response
The created member.
Unique identifier.
123
Member name.
"John Doe"
Email of the member.
"john@doe.com"
Member group id(s) to which the member belongs.
[59, 98]Timestamp in Unix seconds since epoch.
1587489771
Member approval status.
Contact ID of the member.
147
A billing or shipping address.
A billing or shipping address.

