Disable User

Options

Is there a way to disable a user that has not logged in to the Experian Data Studio app after a certain period of time? For example, if it's been 90 days then the user would not be able to access Experian DS.

We have SSO set up.

Tagged:

Answers

  • Josh Boxer
    Josh Boxer Administrator
    Options

    You will have noticed you can manually set a user to inactive:


    It is not a feature of Data Studio to do this automatically, but might be possible in your SSO tool of choice.

    Alternatively you could look at two of the Data Studio APIs to do this operation in bulk or build out some kind of automation automation:

    /api/docs/index.html#/User%20Operations/getUsers - lists last login for all users

    /api/docs/index.html#/User%20Operations/updateUser - allows enable / disable user