magistrala
magistrala copied to clipboard
MG-1987 - Enable Entity Endpoints to Return Basic Info for non-admins.
What type of PR is this?
This is a feature because it adds the capability for entity endpoints to return basic entity information for non privileged users.
What does this do?
This PR allows non-admin users to get basic information (name and id) from entities without needing any administrator privileges.
Which issue(s) does this PR fix/relate to?
- Resolves #1987
Have you included tests for your changes?
No
Did you document any new/modified feature?
Yes, I have updated the documentation for the new feature.
Notes
- This can be used to fetch user names for invitations to allow user names to be acquired without needing admin privileges.
Signed-off-by: WashingtonKK [email protected]
@dborovcanin @rodneyosodo Do we want to return usernames + id in invitations request ? Instead of this , In UI we can view the user basic info with id and cache the request .