Skip to main content

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

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

 


Reply