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

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

New Here ,
Apr 29, 2014 Apr 29, 2014

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" );

        }

380
Translate
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