v1
latestOpenAPI 3.0.12026-08-0688138402.2 KBStaff accounts
Retrieve a single staff account
Returns a staff account related to the current user, based on the given id.
get/staff_accounts/{id}
Path parameters
idinteger required
ID for the staff_account to be included in the filter
Response
Successful.
Example response
{
"id": 27,
"name": "Lene Hansen",
"email": "info@minvirksomhed.dk",
"permissions": [
"dashboard",
"orders",
"shipments"
]
}