Description
This API is used create a new user on the server
One way is to create the user with at password and the other is to create without password (and possibly let the user assign (change) the password later)
HTTP Method
POST
Parameters
u = (Username)
p = (0..1 Password)
Permissions
Server Permission Requirements: Admin
Example
http://localhost:24780/create_user.rq?u=TestUser
http://localhost:24780/create_user.rq?u=TestUser&p=TestPass
0 Comments