The Instructure Community is fully available, including guides, release notes, forums, and groups. If some styling still looks unusual, clear your cache and cookies.
Found this content helpful? Log in or sign up to leave a like!
Solved! Go to Solution.
Hello Nathan,
Since the accounts are already created with the communication_channel[skip_confirmation] parameter as False, the users must have already received an email with an URL to confirm the communication channel.
We can either wait for the user to confirm, or create a new already confirmed communication channel for the affected users using Canvas API.
Here is a logic for creating a confirmed comm channel for already created user accounts:
For every user:
communication_channel[address] = 'user@email.com'
communication_channel[type] = 'email'
skip_confirmation = True
Hope this helps!
Neil
Hello Nathan,
Since the accounts are already created with the communication_channel[skip_confirmation] parameter as False, the users must have already received an email with an URL to confirm the communication channel.
We can either wait for the user to confirm, or create a new already confirmed communication channel for the affected users using Canvas API.
Here is a logic for creating a confirmed comm channel for already created user accounts:
For every user:
communication_channel[address] = 'user@email.com'
communication_channel[type] = 'email'
skip_confirmation = True
Hope this helps!
Neil
To interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in