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.
email 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

Try It Now

Endpoint
Client Id
(required)
Access Token
Add
User Token
*(see below -- client_credentials only)
firstName
(required)
lastName
(required)
address.postalCode
(required)
password
(required)
email
(required)
userWhoInvited
Add
donatePercent
Add
userMembershipTier
Add
provider
Add
ss
Add
*Partners that authenticate with client_credentials should provide a user_token.