Self Review Prevention
Prevent users from being assigned as reviewers for rows that relate to their own access and permissions.
Parameters
Examples
{
"value": "SELF_REVIEWER_CHECKING_DISABLED"
}{
"value": 1
}curl -L -X PUT 'https://your-organization.vezacloud.com/api/private/workflows/access/global_settings/self_reviewer_settings' \
-H 'Authorization: Bearer YOUR_SECRET_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"value": 1
}'Get Self Review Settings
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
AcceptstringOptionalExample:
application/jsonResponses
200
OK
application/json
Responseobject
get
/api/private/workflows/access/global_settings/self_reviewer_settings200
OK
Set Self Review Settings
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
Content-TypestringOptionalExample:
application/jsonAcceptstringOptionalExample:
application/jsonBody
valueone ofOptional
integer ยท enumOptionalPossible values:
1 = SELF_REVIEWER_CHECKING_DISABLED, 2 = SELF_REVIEWER_CHECKING_ENABLED
string ยท enumOptionalPossible values:
String values for self-review prevention settings
Responses
200
OK
application/json
Responseobject
put
/api/private/workflows/access/global_settings/self_reviewer_settings200
OK
Last updated
Was this helpful?
