Currently many actions on the users are done by passing the id me which basically means using the ResourceController's principalId
The idea here would be to allow administrators to do some of these actions on the user by passing the user's ID (example: download the user's invoice letter)
Currently many actions on the users are done by passing the id
me
which basically means using the ResourceController'sprincipalId
The idea here would be to allow administrators to do some of these actions on the user by passing the user's ID (example: download the user's invoice letter)