/users
Mount Point: /api/v1/users
POST
Creates a list of users.
When creating new users, the password property of each user should be their plain text password. The returned user information will not contain any password information.
Request Body
| element: | userList |
(no documentation provided)
Response Body
| element: | userList |
Information about created users.
GET
Returns a list of the user names configured in the system.
Response Body
| element: | userList |
A list of users.