Description
Signs up a user.
General
End Point | https://www.mogl.com/api/v2/users |
HTTP Method | POST |
Requires SSL | true |
Requires Acting User | false |
Scope(s) | None |
Path Parameters
Path parameters are ALWAYS required.
None
Request Parameters
Parameters are NOT REQUIRED unless noted otherwise.
firstName | required The user's first name. |
lastName | required The user's last name. |
address.postalCode | required The user's postal code. |
password | required A password for the user. |
required The email address for the user. | |
userWhoInvited | The referral code the user should be signed up under. |
donatePercent | The default amount to donate per transaction. |
userMembershipTier | The membership tier of the user. |
provider | A social provider to link with the account. |
ss | The secret token from the social provider that accesses the account. |
Response Fields
user | Returns a user object See user details |