v1
latestOpenAPI 3.0.12026-08-0688138402.2 KBStaff accounts
List all staff accounts
Returns a list of staff accounts related to the current user.
get/staff_accounts
Response
Successful.
Example response
[
{
"id": 27,
"name": "Lene Hansen",
"email": "info@minvirksomhed.dk",
"permissions": [
"dashboard",
"orders",
"shipments"
]
}
]