Suggest how we can provide access to users for X number of days in ACS

cancel
Showing results for 
Search instead for 
Did you mean: 
asriharikiran
Customer

Suggest how we can provide access to users for X number of days in ACS

Hi, 

 

I came across a requirement where I would need to give access to users on a site for the number of days the site manager chooses. What is the ideal solution that I can follow for this requirement ? 

Thanks, 

Hari. 

1 Reply
sanjaybandhniya
Intermediate

Re: Suggest how we can provide access to users for X number of days in ACS

Hi,

There may be various scenario.

One scenario is Generate one page within site.

In that page list out all the member and provide input against each member to enter no of days and provide submit button.

On submit call repo webscript which will add  site,user with no of days in node or datalist.

Create daily job which will process all the node and find if it is expiring,if yes then you can remove access from that site.