Resend staff account invite
POST
https://app.ecwid.com/api/v3/{storeId}/staff/invite
Required access scopes
Your app must have the following access scopes to make this request: invite_staff
Path params
All path params are required.
Param
Type
Description
storeId
number
Ecwid store ID.
Headers
The Authorization header is required.
Header
Format
Description
Authorization
Bearer secret_ab***cd
Access token of the application.
Request JSON
A JSON object with the following fields:
Field
Type
Description
string
Staff account email. Required
Response JSON
A JSON object with the following fields:
Field
Type
Description
success
boolean
Invitation status. If true
, the user successfully received invitation.
Last updated
Was this helpful?