Create a sub-user

This endpoint allows you to create a sub-user.

You must pass the following information:

  • name (minimum 4 characters)

  • email (must be unique, and formatted correctly)

Optional:

  • proxy_username - Minimum 8 characters, maximum 15 characters

  • proxy_password - Minimum 8 characters, maximum 15 characters

If you do not send the username or password, a random 10-character one will be created for you.

Create a sub user

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestring · min: 1Required
emailstring · emailRequired
proxy_usernamestring · min: 8 · max: 15Optional
proxy_passwordstring · min: 8 · max: 15Optional
Responses
post
/api/sub-users

Last updated