1

User access

Тема: User access

As I can see what access a user has. Specifically how do I know if a user can run reports. view trailers, units,drivers and others. This to verify that when the user enters the app the user has the minimum required accesses to use it.

2

User access

Re: User access

Login to the parent account.

From the Users Tab select the User's User Properties by clicking on the spanner icon.
Click on Access Tab


From the top left dropdown select  Units
Select all the units you want this user to have access to.

Ensure the following checkbox is enabled

  • Query Reports or Messages

From the top left dropdown select  Resources
Select all the resources you want this user to have access to.

Ensure the following checkbox is enabled

  • View Trailers
  • View Report Templates
  • View Drivers
  • View Geofences (If geofences are used in Reports)
Nishad Hussain Kaippally
Implementation Specialist, Middle East, Gurtam

"Computer science is no more about computers than astronomy is about telescopes."
3

User access

Re: User access

kaippally пишет:

Login to the parent account.

From the Users Tab select the User's User Properties by clicking on the spanner icon.
Click on Access Tab


From the top left dropdown select  Units
Select all the units you want this user to have access to.

Ensure the following checkbox is enabled

  • Query Reports or Messages

From the top left dropdown select  Resources
Select all the resources you want this user to have access to.

Ensure the following checkbox is enabled

  • View Trailers
  • View Report Templates
  • View Drivers
  • View Geofences (If geofences are used in Reports)

This if I know and I appreciate the clarification, now I need to know how to see these permissions when a user enters my app. Through SDk

4

User access

Re: User access

cerpas, you can get access flags of current user to some item using SDK JS by calling function getUserAccess() over your item.
I.e. unit.getUserAccess()

Head of Wialon Local Department
Gurtam
5

User access

Re: User access

deal пишет:

cerpas, you can get access flags of current user to some item using SDK JS by calling function getUserAccess() over your item.
I.e. unit.getUserAccess()

Thank you
With remote APi Who i can get this?

6

User access

Re: User access

Wialon  Flag can be calculated  fairly easily.

Here is a spreadsheet that shows the conversion and decimal equivalent of the values.
Add up all the values in decimal and you will get the ACL.

Items access rights check

Опубликовать вложения

Иконка вложений ebd540a9b4e5ea89dad5207685aca475[1] 18.92 Кб, файл был скачан 273 раз(а) 

Nishad Hussain Kaippally
Implementation Specialist, Middle East, Gurtam

"Computer science is no more about computers than astronomy is about telescopes."
7

User access

Re: User access

thank you for all, but i do not open the file, File does not have extension.

8

User access

Re: User access

Hmm interesting.