• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Adding user to an Event by API - no confirm. email

New Here ,
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" );

        }

Views

356

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation