Errors

Code Description
401 Unauthorized
404 Not Found

Params

Param name Description
auth_token
required

UUID Associated with an individual User

Validations:

  • Must be a String

lname
required

Last name of the new user

Validations:

  • Must be a String

fname
required

First name of the new user

Validations:

  • Must be a String

email
required

Email address of the new user (must already exist in this system)

Validations:

  • Must be a String