create_user
POST to this endpoint to create a new FoxyCart user. This is the same as the user resource, but is the POST-only creation endpoint.
When creating a user resource, the response will include the OAuth Access and Refresh tokens required to work with this resource via the API. It's important to save this information in your database. If you lose it, you'll have to do an OAuth Authorization Code grant via your browser.
Actions
Properties (9)
first_name String · Required · max 50 The user's given name.
last_name String · Required · max 50 The user's surname.
email String · Required · max 100 The user's email address. This is used as the login to the FoxyCart admin for this user.
phone String · max 50 The user's phone number.
affiliate_id Number This can only be set during user creation. Contact us if you need this value changed later.
Can only be set on creation.
is_programmer Boolean If this user is a programmer who writes server side code.
is_front_end_developer Boolean If this user is a front end developer.
is_designer Boolean If this user is a front end designer.
is_merchant Boolean If this user is a merchant or store admin.
Example Representation
No example representation available for this resource.