Create staff account

Create a staff account for a store by sending an invitation to an email.

Access scopes

Requires the following access scope: create_staff

Response

A JSON object with the following fields:

CreateStatus

FieldTypeDescription
successbooleanStatus of sent invitation

Errors

In case of error, Ecwid responds with an error HTTP status code and JSON-formatted body containing error description.

HTTP codes

HTTP StatusResponse JSONDescription
400Request parameters are malformed
409The customer with the given email already exists
415Unsupported content-type: expected application/json or text/json
500The creation request failed because of an error on the server

Error response body (optional)

FieldTypeDescription
errorMessagestringError message
Language
Click Try It! to start a request and see the response here!