Replace all uses of a role template with another one and delete the original role

Replaces all instances of a role template with a different one, and deletes the original role template

This call accomplishes two tasks: it deletes a role template, and it assigns a different role template to every user that was assigned the deleted role template. The call requires two path parameters:

  • The id of the role template you want to delete
  • The id of the role template that should replace all instances of the deleted role template

A 204 code is returned when a role template is successfully deleted and replaced with a different role template.

Language
Authorization
URL
Click Try It! to start a request and see the response here!