You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: