send activation group
/groups/{group}/members/sendactivation [GET]
API Support | Available since | Last updated | Output |
---|---|---|---|
4.9100 | 6.0000 | json, xml |
Description
Send activation email using group’s email template.
Send the activation notification email to the member.
Parameters
Name | Description | Required | Type | Default |
---|---|---|---|---|
The member’s email address (required if username is not specified) | conditional | string | ||
member-username | The member’s username (required if email is not specified) | conditional | string | |
notify-async | Whether emails should be sent asynchronously (for slow email servers) | no | boolean | false |
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 |