Create Users with API
Is there a way to use the API to add new users to Panopto? We currently have Panpoto integrated with Brightspace, so our Faculty get added automatically when they go into their course. However we have staff that use Panopto as well and we are currently having to create users individually or through a batch upload. We are looking for a way to automate the creation of these staff members using the API or some other method. I am not directly seeing a way to add them this way, but perhaps I am overlooking it somewhere.
Best Answers
-
Charles Barbour Superstar
I believe this is possible with the SOAP based API but not the REST based API.
1 -
Joe Malmsten Panopto Employee
Hi,
Chaz is correct here, the REST API does not support creating users at this time, however the SOAP UserManagement API has CreateUser and CreateUsers endpoints.
Thanks,
Joe Malmsten
1
Answers
Thanks Chaz and Joe. I will take a look at the SOAP API documentation.