245
Views
3
Comments
Solved
Espace

Hi guys,

How to display only the list of current application users. Instead of showing all the users of the applications.What will be the filter for it.

2024-11-20 08-28-20
Pedro Marques
Solution

Hi Rohan,

What do you mean by "current application users"?
If you only want to return the active ones, you can use the IsActive property.

2019-07-01 07-16-04
Vinod Patidar
Solution

Hi Rohan,

You can create a role in your application and assigned that role to user's of that application. Use User and User_Role table with role filter to get the application specific user's.

Thanks

Vinod

2024-11-20 08-28-20
Pedro Marques
Solution

Hi Rohan,

What do you mean by "current application users"?
If you only want to return the active ones, you can use the IsActive property.

2019-07-01 07-16-04
Vinod Patidar
Solution

Hi Rohan,

You can create a role in your application and assigned that role to user's of that application. Use User and User_Role table with role filter to get the application specific user's.

Thanks

Vinod

2021-08-04 12-19-54
Mayank Dharmpurikar

Hi Rohan,

All of the users in the Users tables are assigned a registered role by default, and they have access to all of the environment's applications.

If you want only certain users to be able to access your application, you'll need to build application-specific roles and assign them to users.

The Role and User_Role tables will then provide you with the application-specific Roles and Users.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.