Genesys Cloud - Main

 View Only

Sign Up

  Thread closed by the administrator, not accepting new replies.
  • 1.  Can we Hide the Secure Pause button

    Posted 06-06-2018 14:53
    No replies, thread closed.
    Can we hide the Secure Pause button?
    My customer does not want to give agents the ability to Secure Pause. I tried changing the Default User Role Permission for Secure Pause, but didn't seem to make a difference.

    ------------------------------
    Greg Beal
    ConvergeOne
    ------------------------------


  • 2.  RE: Can we Hide the Secure Pause button
    Best Answer

    Posted 06-07-2018 11:10
    No replies, thread closed.
    They could be picking up the permission from another role. You may want to consider creating custom roles to control what permissions are assigned. It's more work, but you're in control of what happens. Copy the PureCloud User role and remove the secure pause permission. Assign ONLY that role (and the required employee role) to the user. That should eliminate the lock. If that works, you just have to track down which role is adding in the permission.

    However, be aware that if you want to programmaticly control the secure pause feature (in scripts for instance), that permission is required. Scripts and API calls on behalf of the user appear to require that permission (and the lock be visible) even if the user should never be touching it.

    ------------------------------
    Patrick Rada
    Keypath Education LLC
    ------------------------------



  • 3.  RE: Can we Hide the Secure Pause button

    Posted 06-08-2018 10:54
    No replies, thread closed.
    A correction regarding the permission for the Secure Pause  - that permission is actually only for the button on the agent desktop.  Removing that permission will not have any impact on the use of APIs to programmatically pause recordings because there is no permission check with the API.

    ------------------------------
    Lesley Vereen
    Sr Product Manager - PureCloud
    Genesys
    ------------------------------



  • 4.  RE: Can we Hide the Secure Pause button

    Posted 06-08-2018 11:20
    No replies, thread closed.
    Patrick, thanks for the reply. That did the trick.
    Lesley, thanks for that comment about the API, makes it even better.
    By the way, PureCloud Support said this couldn't be done, hiding the Secure Pause button.

    I had already created a custom role called "TIC Agents" copied from the "PureCloud User" role. I had taken that Secure Pause permission away from the TIC Agent role, but my first tests that failed, I realize now, was because the permission was there in other Roles I was using with my test account. I setup my test account like I have for the agents, with just the "employee" and 'TIC Agent" roles. Worked perfectly.

    Secure Pause button
    Secure Pause Button
    No Secure Pause
    No Secure Pause button

    ------------------------------
    Greg Beal
    ConvergeOne
    ------------------------------



  • 5.  RE: Can we Hide the Secure Pause button

    Posted 06-15-2018 14:58
    No replies, thread closed.
    Lesley -

    The last time we tried disabling the permission to hide the button we ran encountered permissions issues. Script actions failed because the user didn't have permission to engage Secure Pause. If we attempted to do it using API calls to patch recordingState from a application using a Client ID, it was refused because attempt to change the active call was not made by a party to the call (i.e. not the agent).

    ------------------------------
    Patrick Rada
    Keypath Education LLC
    ------------------------------