I have a need to create users, groups, roles in Archer programmatically
using the API. Role Creation with permissions presented the greatest
challenge because the AccessRoleTasks are added based on a TaskId that
isn't easily accessed. I have two cust...