user

List all users

get/user

Query parameters

limitinteger

How many items to return at one time (max 100)

offsetinteger

How many items skip in return

Response

A paged array of users

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.2

    • the response property items/permission became required for the status 200

      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 optional property items/permission to the response with the 200 status

      response-optional-property-added

Of the 16 revisions, 1 has no diff computed.