Search staff accounts
Required access scopes
Path params
Param
Type
Description
Query params
Name
Type
Description
curl --location 'https://app.ecwid.com/api/v3/1003/staff?responseFields=staffList(name,email,inviteAccepted)' \
--header 'Authorization: Bearer secret_ab***cd'{
"staffList": [
{
"name": "John Doe",
"email": "[email protected]",
"inviteAccepted": true
},
{
"name": "API Team",
"email": "[email protected]",
"inviteAccepted": true
}
]
}Headers
Header
Format
Description
Response JSON
Field
Type
Description
staffList
Field
Type
Description
Last updated
Was this helpful?
