Advertisement
Guest User

Untitled

a guest
Nov 11th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. $ curl -X POST -d "username=admin&ui_password=pass&ui_roles=administrator" https://localhost/rapi/system/users
  2. $ curl -X POST -d "email=newemail@domain.com"
  3.  
  4. label additional identifying info
  5. username user name
  6. ui_password password for logging into the UI
  7. ui_roles roles (comma-separated) that define what privileges this user has (TODO: document roles)
  8. email user email address
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement