get https://app.ecwid.com/api/v3//profile/staffScopes
Get all available information about existing staff accounts in the store.
To get the information about staff permissions use secret token. The
read_store_profile
access scope is required. Reach out to us at [email protected] to add the scope.
Headers
Name | Type | Description |
---|---|---|
Authorization | string | oAuth token with mandatory Bearer before it. Example: Bearer e***s0 , where e***s0 should be replaced with your oAuth token. |
Response
A JSON object with the following fields:
Staff permissions available for a store
Field | Type | Description |
---|---|---|
staffScopes | Array | Possible values:SALES_MANAGEMENT CATALOG_MANAGEMENT MARKETING_MANAGEMENT REPORT_ACCESS WEBSITE_MANAGEMENT SALES_CHANNELS_MANAGEMENT STORE_MANAGEMENT |