magistrala icon indicating copy to clipboard operation
magistrala copied to clipboard

MG-1987 - Enable Entity Endpoints to Return Basic Info for non-admins.

Open WashingtonKK opened this issue 10 months ago • 1 comments

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]

WashingtonKK avatar Apr 11 '24 08:04 WashingtonKK

@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 .

arvindh123 avatar Apr 18 '24 14:04 arvindh123