0
Adding user to an Event by API - no confirm. email
New Here
,
/t5/connect-discussions/adding-user-to-an-event-by-api-no-confirm-email/td-p/6028040
Apr 29, 2014
Apr 29, 2014
Copy link to clipboard
Copied
User does not get a confirmation email. Even all email-option are marked.
Here is my add function and reqest:
public void AddUserToMeeting(int scoId, String mail, MeetingRoles role)
{
String principal_id = GetPrincipalIdByEmail(mail);
Request("permissions-update",
"principal-id=" + principal_id +
"&acl-id=" + scoId +
"&permission-id=" + GetRole((int)role) +
"&send-email=true" );
}
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Have something to add?
Join the conversation

