Manage User Permission for the existing user in the system. This will remove the permission mapped earlier and the current request permissions will be considered always.
Security
bearerAuth
- Mock serverhttps://codeinsightapi.redocly.app/_mock/swagger/users/{loginId}/permission
- Code Insight REST API Serverhttps://codeinsightapi.redocly.app/codeinsight/api/users/{loginId}/permission
curl -i -X PUT \
'https://codeinsightapi.redocly.app/_mock/swagger/users/{loginId}/permission' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"permissions": [
"string"
]
}'