v1

latestOpenAPI 3.0.12026-08-0688138402.2 KB
Staff accounts

List all staff accounts

Returns a list of staff accounts related to the current user.

get/staff_accounts

Response

Successful.

idnumber

The identifier for the staff account.

namestring

The name of the account.

emailstring

The e-mail of the account.

permissionsstring[]

A list of permissions the user has for the app

Example response

[
  {
    "id": 27,
    "name": "Lene Hansen",
    "email": "info@minvirksomhed.dk",
    "permissions": [
      "dashboard",
      "orders",
      "shipments"
    ]
  }
]