Supported Formats

json

Errors

Code Description
401 Unauthorized
422 Unprocessable Entity

Params

Param name Description
token
required

The token for user authentication.

Validations:

  • Must be a String

user
required

The new user.

Validations:

  • Must be a Hash

user[first_name]
required

The new user's first name.

Validations:

  • Must be a String

user[last_name]
required

The new user's last name.

Validations:

  • Must be a String

user[email]
required

The new user's email address.

Validations:

  • Must be a String

user[password]
required

The new user's password.

Validations:

  • Must be a String