Search staff accounts
GET
https://app.ecwid.com/api/v3/{storeId}/staff
Required access scopes
Your app must have the following access scopes to make this request: read_staff
Path params
All path params are required.
storeId
number
Ecwid store ID.
Query params
All query params are optional.
responseFields
string
Specify the exact fields to receive in response JSON. If not specified, the response JSON will have all available fields for the entity.
For example: ?responseFields=staffList(name,email,inviteAccepted)
Example of using responseFields
param:
Headers
The Authorization header is required.
Authorization
Bearer secret_ab***cd
Access token of the application.
staffList
array of objects staffList
Details about staff accounts invited to the store.
staffList
id
string
Internal unique ID of the staff account.
name
string
Staff account name.
string
Staff account email.
staffScopes
array of strings
inviteAccepted
boolean
Defines if user accepted their invite to become staff account for the store.
Last updated
Was this helpful?