curl --request POST \
--url https://api.sprucecollective.co.uk/auth/password-set \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>",
"force": true,
"site_id": "<string>",
"skip_email": true
}
'{
"activation_link": "<string>",
"email": "<string>",
"message": "<string>"
}Send a password set email to imported users, or return activation link directly if skip_email is true. Use force=true to allow password set for users who already have passwords.
curl --request POST \
--url https://api.sprucecollective.co.uk/auth/password-set \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>",
"force": true,
"site_id": "<string>",
"skip_email": true
}
'{
"activation_link": "<string>",
"email": "<string>",
"message": "<string>"
}Password set request