List all employees

get/employees

Query parameters

pageinteger

Page number (1-based).

limitinteger

Number of items per page.

Response

Successful response

idstring
namestring
phonestring
team_codestring
organization_emailstring
rolestring
accnostring

employee wallet accno

balancenumber double

account balance

status'ACTIVE' | 'SUSPENDED'
createdAtstring date

Changes

Changed in 1 of the 2 revisions of this API.162

  • 190d4c90e3ab162See the full diff
    • the items/balance response's property type/format changed from double/ to number/double for status 200

      response-property-type-changed

    • for the query request parameter limit, the min was set to 1.00

      request-parameter-min-set

    • for the query request parameter page, the min was set to 1.00

      request-parameter-min-set

    • removed the optional property code from the response with the 400 status

      response-optional-property-removed

    • removed the optional property code from the response with the 401 status

      response-optional-property-removed

    • removed the optional property message from the response with the 400 status

      response-optional-property-removed

    • removed the optional property message from the response with the 401 status

      response-optional-property-removed

    • added the optional property errorMessage to the response with the 400 status

      response-optional-property-added

    • added the optional property errorMessage to the response with the 401 status

      response-optional-property-added

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