Skip to content

SetupAdminController_adminStart

POST
/setup/v1/admin-account/start
curl --request POST \
--url https://your-store.example.com/setup/v1/admin-account/start \
--header 'Content-Type: application/json' \
--data '{ "email": "hello@example.com", "name": "example" }'
Media type application/json
object
email
required
string format: email
<= 320 characters /^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/
name
required
string
>= 1 characters <= 255 characters
Example generated
{
"email": "hello@example.com",
"name": "example"
}