# manage Permission 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. Endpoint: PUT /users/{loginId}/permission Version: v1 Security: bearerAuth ## Path parameters: - `loginId` (string, required) loginId (Example: admin) ## Request fields (application/json): - `permissions` (array, required) permissions ## Response 200 fields ## Response 400 fields ## Response 401 fields ## Response 404 fields