1
0
-1

Hi there,

Does API through API Builder allows updates on the roles of the users?

Based on the published docs found here, it looks like it doesn't offer any end-point to update the roles.

Is that intentionally left out or is there really a way to update the roles?


Many thanks

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, if there is no built-in API to update the user role, you could achieve it by designing a process to do it and invoking the start process API instead. For example, the process can execute a Bean Shell for Process Tool to update the role (there is some sample code at Bean Shell Programming Guide#UseasFormMultiRowStoreBinder).

        CommentAdd your comment...