v1

latestOpenAPI 3.0.02026-07-175652103.9 KB
user

Add user

This function is an API endpoint that adds a new user.

Parameters

  • request: A JSON object containing the new user information.

Returns

If successful, this function returns a Json<UsersResponse> object containing the updated user information.

post/api/user

Request body

namestring required
passwordstring required
confirm-passwordstring required
emailstring required
is_adminboolean required
group_namestring required

Response

msgstring required
totalinteger required
datastring required