user

Create a non-admin user.

post/user/

Query parameters

pageinteger

Number of the page.

per_pageinteger

Maximum number of elements to return.

Headers

X-Fieldsstring mask

An optional fields mask

Request body

loginstring
namestring
organisationstring
emailstring

Response

Success

uuidstring

User UUID.

loginstring

User login.

is_adminboolean

Boolean specifying whether the user is administrator.

is_reporterboolean

Boolean specifying whether the user is reporter.

is_commenterboolean

Boolean specifying whether the user is commenter.

created_atstring date-time

Creation time of the user.

last_seenstring date-time

Last seen time of the user.