/users

Mount Point: /api/v6/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

List of users to create.

Response Body

element: userList

Information about created users.

GET

Returns a list of the user names configured in the system.

Parameters

name description type default
view (no documentation provided) query summary

Response Body

element: userList

A list of users.