Get staff account
GET
https://app.ecwid.com/api/v3/{storeId}/staff/{staffAccountId}
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.
staffAccountId
string
Internal staff account 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=staffScopes
Example of using responseFields
param:
Headers
The Authorization header is required.
Authorization
Bearer secret_ab***cd
Access token of the application.
string
Staff account email.
staffScopes
array of strings
Permissions enabled for the staff account. If empty, the account has all permissions. Learn more about staff account permissions in Help Center.
Last updated
Was this helpful?