v1

latestSwagger 2.0GNU Affero General Public License version 32026-07-17391161.3 KB
user

Create a non-admin user

Create a non-admin user. The user will be active but must have to confirm the account with the email sent by the instance.

post/user/

Headers

X-Fieldsstring mask

An optional fields mask

Request body

loginstring
namestring
organisationstring
emailstring

Response

Success

idinteger

User id.

loginstring

User login.

namestring

User name.

organisationstring

User organisation.

emailstring

User email.

apikeystring

User API key.

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.