All pages
Powered by GitBook
1 of 1

Loading...

Manage Reviewer Deny List

Prevent auto assignment for specific users

View or change the deny list for reviewer auto assignment.

Adding a user to the deny list will prevent that user from being auto assigned as a reviewer. That user will also be prevented from appearing in the drop-down menu when manually reassigning a user.

If a user's manager is on the deny list when auto assignment occurs, the certification will be assigned to the that manager's manager. If both the manager and the manager's manger are on the deny list, the result will be assigned to the workflow creator.

Get Deny List

Returns the current denied users.

Method
syntax

Example response:

Add User

Add a user, either a or an identity from a .

Note: To get the user_type for a Veza system user, as well as the user_id, email, and name, view network traffic in the browser while while searching for the user in a reviewer selection drop-down.

Method
syntax

Example body:

Remove User

Delete an entry on the deny list.

Method
syntax

Example body:

get

/api/preview/workflows/deny_list/users

post

/api/preview/workflows/deny_list/users:add

post

/api/preview/workflows/deny_list/users:remove

Veza system user
configured graph Identity Provider
{
  "users": [
    {
      "user_type": "OktaUser",
      "id": "123456",
      "email": "[email protected]",
      "name": "Marilyn Hines"
    }
  ]
}
{
  "users": [
    {
      "user_type": "OktaUser",
      "id": "123456",
      "email": "[email protected]",
      "name": "Marilyn Hines"
    }
  ]
}
{
  "users": [
    {
      "user_type": "OktaUser",
      "id": "123456",
      "email": "[email protected]",
      "name": "Marilyn Hines"
    }
  ]
}