How to create access to only certain assets

Hi,
I would like to create a login for a user to see only certain assets.
I have created a normal user and linked the assets to that user, but when I login I can see all the assets.

If I make the role as Restricted user, I can’t see the assets on the map anymore. I can see the assets in the asset list section but they display no attributes.

Please help. Mine is the fleet-management repo.

A restricted user cannot read or write any attributes by default.
So, you need to manually enable access for each attribute they’d have access to.

You can add the ACCESS_RESTRICTED_READ and / or ACCESS_RESTRICTED_WRITE
configuration item for this. In case of the map, you also need access to the location attribute.
See here:

Okay, this worked.
Thank you so much!

1 Like