Is there any way I can add bulk users to RTC application without sharing admin credentials to third party support team?
One answer
Hi,
you would have to build a service around the API and expose that in a secure way. One possible lightweight way might be to introduce certain work items as service requests and either use fields or attached csv files to get picked up by a post status change trigger. This trigger then would use the API to add / modify users. By using roles/permissions/access groups you could ensure only authorized persons can create such requests or save the action on these requests that triggers the actual user creation.
Feasible approach for your use case?
gg,
Arne
Comments
Donald Nong
Mar 08 '18, 10:03 p.m.R Z
Mar 12 '18, 9:10 a.m.Geoffrey Clemm
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Mar 12 '18, 9:17 a.m.