1

On Guidewire Billing Center is there a set of APIs to add/remove/delete users from the application without having to go the database to modify the table to it?

Striezel
  • 3,693
  • 7
  • 23
  • 37
Rik
  • 11
  • 1

1 Answers1

1

OOTB there's nothing like this, you could argue that you can import this data with ImportToolsAPI but that doesn't provide remove and delete operations.

Such a service would be very simple, so if you'd like this I think you could implement one.

hakamairi
  • 4,464
  • 4
  • 30
  • 53