Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

How to add Flowhook permissions to custom userrole ?

Not applicable

I would like to assign flowhook permissions to the userrole so that users with that userrole can edit the flowhooks.

I did try adding the following permissions:

   {
    "organization" : "<org-name>",
    "path" : "/flowhooks",
    "permissions" : [ "delete", "put", "get" ]
  }, {
    "organization" : "<org-name>",
    "path" : "/flowhooks/*",
    "permissions" : [ "delete", "put", "get" ]
  }, {
    "organization" : "<org-name>",
    "path" : "/environments/*/flowhooks/*",
    "permissions" : [ "delete", "put", "get" ]
  }

But still I don't see the permissions to Edit or Add the Flowhooks in the UI for the user in that specific userrole.

Can someone assist on this ?

0 2 191
2 REPLIES 2