UserManWebAdminInterface.postUser

Undocumented in source. Be warned that the author may not have intended to support it.
class UserManWebAdminInterface
@anyAuth
@path("/users/:user/")
@errorDisplay!getUser
void
postUser
(
AuthInfo auth
,,
string username
,
ValidEmail email
,
string full_name
,
bool active
,
bool banned
)

Meta