Important Update: Community URLs redirect issues are partially resolved. Learn More. .

cancel
Showing results for 
Search instead for 
Did you mean: 
BradleyHanna
Contributor III
since ‎2018-10-01
‎2021-04-10

User Statistics

  • 51 Posts
  • 2 Solutions
  • 33 Kudos given
  • 51 Kudos received

User Activity

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...
1) The RESTful API does not explain how null values are handled by the Update Role method. When I run an update request on the Metadata Role segment my role's Default Home Page values are cleared, among others. (I can merge my role updates with the r...
I am writing a function in C# to logout an Archer session using the RESTful API POST method.public async Task PostLogoutAsync(string sessionToken){ string logoutPath = "platformapi/core/security/logout"; string logoutBody = "{\"Value\":\"" + sessionT...