get https://app.ecwid.com/api/v3//staff
Get all available information about existing staff accounts in the store.
Access scopes
Requires the following access scope: read_staff
Response
A JSON object with the following fields:
Subscription
Field | Type | Description |
---|---|---|
staffList | obj<StaffList> | List of staff accounts invited to the store |
StaffList
Field | Type | Description |
---|---|---|
id | string | Staff account ID |
name | string | Staff member name |
string | Account email | |
staffScopes | string | Scopes declaring permissions for the staff account. See: Get staff scopes Empty value = no restrictions. Check Help Center for more i |
inviteAccepted | boolean | Specifies if invite is accepted. Possible values: true if accepted, false if not |