Users

Create user

post/users

Request body

idstring nullable
usernamestring nullable
emailstring email nullable
avatarstring nullable
phonestring nullable
firstNamestring nullable
lastNamestring nullable
fullNamestring nullable
roleIdsinteger[] nullable

Response

Created

successboolean required
messagestring nullable
timestampstring date-time required

Changes