Update a member
Update a single member. Only non-empty fields are set. The member password will NOT be updated.
Authorizations
Pass your API key as: Authorization: Bearer <API KEY>.
Path Parameters
The id of the member.
111
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 updated 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.

