Skip to main content
Question

Rename groups in postman

  • 11 June 2024
  • 1 reply
  • 34 views

Hello,

An integration was carried out between Netskope and Postman version 11.1.25, groups and users are already synchronized, but it does not allow the names to be modified once they are created. You are trying the following json:

 

POST /groups/{groupId}/rename { "name": "New group name" } When the change is made it does not throw any error, on the contrary it sends 200 OK.

 

Thank you

1 reply

Userlevel 3
Badge +1

Please use this one, You can find it in API v2 docs.

 

Reply