Skip to main content

 Services

Web services from /about to /webhooks

send activation

/members/sendactivation [GET]

Description

Send the activation notification email to a member who has not activated their account.

Email templates

This service uses the default PageSeeder templates.

To use customized emails, use the globalTemplate global property.

Parameters

NameDescriptionRequiredTypeDefault value
emailThe member’s email address (required if username is not specified)maybestring
member-usernameThe member’s username (required if email address is not specified)maybestring
notify-asyncWhether emails should be sent asynchronously (for slow email servers)nobooleanfalse

Permission

This service is public: anybody can invoke it.

Response

The response returns the email address the activation email was sent to

<member-activation email="[email]" />

Or in JSON

{ "email": string }

Error Handling

CodeCause / Description
0x1008At least one of email/password must be specified
0x1002If the email address is invalid
0x100ENo matching member
0x100FWhen no email can be sent because the user has no email address
0x1010Member is already activated
0x6001When the activation email could not be sent because an email failure or a template error
Created on , last edited on