Add additional contact methods via API

Jump to solution
ntyler1
Community Explorer

I am trying to add additional contact methods to user profiles using the API. In the SIS import documentation, there are no field names for additional email addresses or phone numbers. Is there anyway this can be done?

Thank you 

Labels (2)
0 Likes
1 Solution
robotcars
Community Champion

You can create communication channels, adding email address or phone number.

Communication Channels - Canvas LMS REST API Documentation 

Additionally, you can set the frequency of those notification channels, by masquerading.

Notification Preferences - Canvas LMS REST API Documentation 

Ruby sample here, May 1, 2018 3:53 PM

View solution in original post