user

Create a user

post/user

Request body

idstring userId required
first_namestring required
second_namestring required
emailstring email required
passwordstring
permissionstring[] required

Response

Expected response to a valid request

idstring userId required
first_namestring required
second_namestring required
emailstring email required
passwordstring
permissionstring[] required

Changes

Changed in 2 of the 16 revisions of this API.13

  • f16566c7c7ef11See the full diff
    • the request property permission became required

      request-property-became-required

    • the response property permission became required for the status 201

      response-property-became-required

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new optional request property permission

      new-optional-request-property

    • added the optional property permission to the response with the 201 status

      response-optional-property-added

Of the 16 revisions, 1 has no diff computed.