v1

latestOpenAPI 3.0.12026-07-26222700728.0 KB
Bookkeepers

Query bookkeepers

Query bookkeepers for the authenticated user

post/v6/bookkeepers/query

Request body

cursorstring nullable

Cursor from the previous paginated response

limitinteger

Page size, i.e. number of items to return per page

Response

Success

result'SUCCESS' | 'FAILURE'

The result of the action performed.

Example response

{
  "data": [
    {
      "id": "bkpr_28868401",
      "userId": "usr_28868401",
      "email": "accountant@example.com",
      "firstName": "Jane",
      "lastName": "Smith",
      "role": "ACCOUNTANT",
      "status": "ACTIVE"
    }
  ]
}