Staff 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"
]
}
]Changes
No recorded changes to this endpoint across all 7 revisions of this API.