Skip to main content

 Services

Web services from /about to /webhooks

send activation group

/groups/{group}/members/sendactivation [GET]

Description

Send activation email using group’s email template.

Send the activation notification email to the member.

Parameters

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

Permission

No permissions required.

Response

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

Error Handling

0x1008 If the email and username are empty
0x1002 If the email address is invalid
0x100E When no member corresponding to this username could be found
0x100F When no email can be sent because the user has no email address
0x1010 When the account is already active
0x6001 When the activation email could not be sent because an email failure or a template error
Created on , last edited on